diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-11-19 06:38:08 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-11-19 06:38:08 +0000 |
commit | 8f0a688825e3d2eb3b643b72c880a906a15a453c (patch) | |
tree | 5d941e5d9f91d53105ac6180c11db5ebde9678b8 /lisp | |
parent | b9937f07c3226e0c151c8f1764f71ae76e2710fc (diff) | |
download | emacs-8f0a688825e3d2eb3b643b72c880a906a15a453c.tar.gz emacs-8f0a688825e3d2eb3b643b72c880a906a15a453c.tar.bz2 emacs-8f0a688825e3d2eb3b643b72c880a906a15a453c.zip |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5e7a7833381..b4fbae354eb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,9 +1,16 @@ +2001-11-19 Stefan Monnier <monnier@cs.yale.edu> + + * 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 <rms@gnu.org> * 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 <rms@gnu.org> - * 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. |