# HG changeset patch # User Matthew Swift # Date 1046622392 0 # Node ID a9421447405031796b478813a899cf4c70db434f # Parent 745c2428aae8e6feffd54352e7bcd70d2c2bc542 *** empty log message *** diff -r 745c2428aae8 -r a94214474050 lisp/ChangeLog --- a/lisp/ChangeLog Sun Mar 02 16:18:36 2003 +0000 +++ b/lisp/ChangeLog Sun Mar 02 16:26:32 2003 +0000 @@ -1,5 +1,14 @@ +2003-03-02 Matt Swift + + * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column): New + custom variable. + (lisp-fill-paragraph): Use it. Add ?, to `paragraph-separate' so + that first docstring lines ending with a comma are respected. Add + "`(" to same so that function and macro bodies beginning with a + backquote do not get disturbed. Revise the comments. + 2003-03-01 Jan Dj,Ad(Brv - + * startup.el (command-line): Call menu-bar-mode with 1 instead of t. * menu-bar.el (menu-bar-mode): Change to define-minor-mode @@ -35,7 +44,7 @@ First black-listed constellation is GNU Emacs/ hpux. (tramp-send-region): Correct debug message. (tramp-bug): Add `tramp-chunksize'. - + 2003-02-26 Matt Swift * startup.el: Streamline code in several functions for efficiency