# HG changeset patch # User Juanma Barranquero # Date 1222562160 0 # Node ID 5c4f4a8f1821d57a54eac059d662e96fe0af8937 # Parent e4aa4e4c3191aa82280cbd4802d8475b763a814b Fix typo. diff -r e4aa4e4c3191 -r 5c4f4a8f1821 lisp/ChangeLog --- a/lisp/ChangeLog Sat Sep 27 20:10:26 2008 +0000 +++ b/lisp/ChangeLog Sun Sep 28 00:36:00 2008 +0000 @@ -125,7 +125,7 @@ 2008-09-23 Markus Sauermann (tiny change) - * emacs-lisp/emacslisp-mode.el (calculate-lisp-indent): Fix + * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix indentation problem with keyword symbols when a list starts with ,@ or spaces. (Bug#1012)