aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasatake YAMATO2006-12-10 16:26:57 +0000
committerMasatake YAMATO2006-12-10 16:26:57 +0000
commit5bc1b1118c7613c992f54c73bf2fd4411c992e94 (patch)
tree7d7a41d245fbdf549319aa79a8ac1d31df1501c0
parent64d962c1c750279d5f08c8197af57aef6a75e2cb (diff)
downloademacs-5bc1b1118c7613c992f54c73bf2fd4411c992e94.tar.gz
emacs-5bc1b1118c7613c992f54c73bf2fd4411c992e94.zip
(ld-script-keywords): Fix a typo.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/progmodes/ld-script.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 61074a80721..a924905486c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12006-12-10 Masatake YAMATO <jet@gyve.org>
2
3 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
4
12006-12-09 Chong Yidong <cyd@stupidchicken.com> 52006-12-09 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type. 7 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
diff --git a/lisp/progmodes/ld-script.el b/lisp/progmodes/ld-script.el
index 4f0159c5992..461c8b9bcf1 100644
--- a/lisp/progmodes/ld-script.el
+++ b/lisp/progmodes/ld-script.el
@@ -89,7 +89,7 @@
89 ;; 3.5.2 PROVIDE 89 ;; 3.5.2 PROVIDE
90 "PROVIDE" 90 "PROVIDE"
91 ;; 3.5.3 PROVIDE_HIDDEN 91 ;; 3.5.3 PROVIDE_HIDDEN
92 "PROVIDE_HIDEN" 92 "PROVIDE_HIDDEN"
93 ;; 3.6 SECTIONS Command 93 ;; 3.6 SECTIONS Command
94 "SECTIONS" 94 "SECTIONS"
95 ;; 3.6.4.2 Input Section Wildcard Patterns 95 ;; 3.6.4.2 Input Section Wildcard Patterns