Mercurial > emacs
changeset 37059:0a90acd57603
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 29 Mar 2001 14:16:37 +0000 |
parents | a2e5f00c1254 |
children | 3504881e8057 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 2 deletions(-) [+] |
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.