Mercurial > emacs
changeset 49353:60b12919be0c
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Mon, 20 Jan 2003 22:03:04 +0000 |
parents | 8bfc6a0f6b3e |
children | cea1991cf560 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jan 20 21:37:02 2003 +0000 +++ b/lisp/ChangeLog Mon Jan 20 22:03:04 2003 +0000 @@ -1,3 +1,10 @@ +2003-01-20 Nick Roberts <nick@nick.uklinux.net> + + * gud.el (gud-display-line): If the current file is newer than its + buffer, offer to reread the file. + (gud-keep-buffer): New buffer local variable. Ensures offer to + reread file is made just once. + 2003-01-20 Stefan Monnier <monnier@cs.yale.edu> * emacs-lisp/regexp-opt.el (regexp-opt-group): Undo last change.