Mercurial > emacs
diff lisp/ChangeLog @ 37059:0a90acd57603
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 29 Mar 2001 14:16:37 +0000 |
parents | 5522dea1343b |
children | 83f78ecd591e |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Mar 29 14:16:15 2001 +0000 +++ b/lisp/ChangeLog Thu Mar 29 14:16:37 2001 +0000 @@ -1,7 +1,12 @@ +2001-03-29 Stefan Monnier <monnier@cs.yale.edu> + + * generic.el (generic-mode-set-comments): Use "" rather than nil + for comment-end. + 2001-03-29 Gerd Moellmann <gerd@gnu.org> - * emacs-lisp/advice.el (ad-make-advised-definition): Call - interactive-form to obtain the interactive spec of subrs. + * emacs-lisp/advice.el (ad-make-advised-definition): + Call interactive-form to obtain the interactive spec of subrs. * subr.el (interactive-form): New function.