Mercurial > emacs
changeset 64351:924e4bdb2664
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 15 Jul 2005 18:11:53 +0000 |
parents | 9bb757d6c7df |
children | bbbc2096adb6 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jul 15 18:11:34 2005 +0000 +++ b/lisp/ChangeLog Fri Jul 15 18:11:53 2005 +0000 @@ -1,3 +1,8 @@ +2005-07-15 Richard M. Stallman <rms@gnu.org> + + * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table): + Don't give ^M comment-end syntax. + 2005-07-16 Nick Roberts <nickrob@snap.net.nz> * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
--- a/src/ChangeLog Fri Jul 15 18:11:34 2005 +0000 +++ b/src/ChangeLog Fri Jul 15 18:11:53 2005 +0000 @@ -1,3 +1,7 @@ +2005-07-15 Richard M. Stallman <rms@gnu.org> + + * xdisp.c (select_frame_for_redisplay): Use find_symbol_value. + 2005-07-15 Kim F. Storm <storm@cua.dk> * xdisp.c: Fix redisplay loop in last change.