changeset 50002:a94214474050

*** empty log message ***
author Matthew Swift <swift@alum.mit.edu>
date Sun, 02 Mar 2003 16:26:32 +0000
parents 745c2428aae8
children cdd2ba318b01
files lisp/ChangeLog
diffstat 1 files changed, 11 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <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,Ad(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