# HG changeset patch # User Stefan Monnier # Date 1006151888 0 # Node ID 7b8e69a1974862935afc752ce6ddeab7bc4fd680 # Parent 52a7263af449c4ca80e47a6c87b885246fd0d16b *** empty log message *** diff -r 52a7263af449 -r 7b8e69a19748 lisp/ChangeLog --- a/lisp/ChangeLog Mon Nov 19 06:25:47 2001 +0000 +++ b/lisp/ChangeLog Mon Nov 19 06:38:08 2001 +0000 @@ -1,9 +1,16 @@ +2001-11-19 Stefan Monnier + + * newcomment.el (comment-indent): + Fix misindentation for comment-only lines. + (comment-indent-new-line): Only obey comment-multi-line if the + comment-ender is not the end-of-line. + 2001-11-19 Richard M. Stallman * net/net-utils.el (network-connection-service-abbrev-alist): New variable. - * emacs-lisp/cl-indent.el (lisp-indent-defmethod): + * emacs-lisp/cl-indent.el (lisp-indent-defmethod): Advance to start of 3rd sexp by moving fwd and backing over it. At first three elements, act like defun. @@ -12,8 +19,8 @@ 2001-11-18 Richard M. Stallman - * progmodes/fortran.el (fortran-mode-syntax-table): Specify - punctuation syntax for backslash. + * progmodes/fortran.el (fortran-mode-syntax-table): + Specify punctuation syntax for backslash. * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted. All calls deleted.