]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorMatthew Swift <swift@alum.mit.edu>
Sun, 2 Mar 2003 16:26:32 +0000 (16:26 +0000)
committerMatthew Swift <swift@alum.mit.edu>
Sun, 2 Mar 2003 16:26:32 +0000 (16:26 +0000)
lisp/ChangeLog

index 5d140ce234f89d665e88796eb1131adc742dd7af..5de18e722733bce6009ebbd364e0eebc7d717b41 100644 (file)
@@ -1,5 +1,14 @@
+2003-03-02  Matt Swift  <swift@alum.mit.edu>
+
+       * 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\e,Ad\e(Brv  <jan.h.d@swipnet.se>
-
+       
        * 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  <swift@alum.mit.edu>
        
        * startup.el: Streamline code in several functions for efficiency