aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-09-28 00:36:00 +0000
committerJuanma Barranquero2008-09-28 00:36:00 +0000
commitd275f05d1bef592249a887455f0ac3d6de4e6d86 (patch)
treea11c8995296face46e1b23bfd0a4afda99cb1400
parent09aece0bbf3bf6394436668ad8a8653f4048ab33 (diff)
downloademacs-d275f05d1bef592249a887455f0ac3d6de4e6d86.tar.gz
emacs-d275f05d1bef592249a887455f0ac3d6de4e6d86.zip
Fix typo.
-rw-r--r--lisp/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index beea2461021..0278476b49e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -125,7 +125,7 @@
125 125
1262008-09-23 Markus Sauermann <markus@sauermann-consulting.de> (tiny change) 1262008-09-23 Markus Sauermann <markus@sauermann-consulting.de> (tiny change)
127 127
128 * emacs-lisp/emacslisp-mode.el (calculate-lisp-indent): Fix 128 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
129 indentation problem with keyword symbols when a list starts with 129 indentation problem with keyword symbols when a list starts with
130 ,@ or spaces. (Bug#1012) 130 ,@ or spaces. (Bug#1012)
131 131