]> git.eshelyaron.com Git - emacs.git/commitdiff
(ld-script-keywords): Fix a typo.
authorMasatake YAMATO <jet@gyve.org>
Sun, 10 Dec 2006 16:26:57 +0000 (16:26 +0000)
committerMasatake YAMATO <jet@gyve.org>
Sun, 10 Dec 2006 16:26:57 +0000 (16:26 +0000)
lisp/ChangeLog
lisp/progmodes/ld-script.el

index 61074a80721b509c0a77c01f69f15d25682bbd34..a924905486ce5e8af80f32919f301726efdd371b 100644 (file)
@@ -1,3 +1,7 @@
+2006-12-10  Masatake YAMATO  <jet@gyve.org>
+
+       * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
+       
 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
 
        * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
index 4f0159c59924d62507a0cd96110e3062fa14d841..461c8b9bcf1afdf520b26ea7bf6468c0390b052a 100644 (file)
@@ -89,7 +89,7 @@
     ;; 3.5.2 PROVIDE
     "PROVIDE"
     ;; 3.5.3 PROVIDE_HIDDEN
-    "PROVIDE_HIDEN"
+    "PROVIDE_HIDDEN"
     ;; 3.6 SECTIONS Command
     "SECTIONS" 
     ;; 3.6.4.2 Input Section Wildcard Patterns