diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-02-01 23:21:29 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-02-01 23:21:29 +0000 |
commit | bee68a7abe5814bb2323d099ded319cd1f607dce (patch) | |
tree | 59e8553c39a4ab548a02977fcd380f294762282f /lisp/ChangeLog | |
parent | 299db7f8cf9dc51097b74cb0aef3b0f03220b058 (diff) | |
download | emacs-bee68a7abe5814bb2323d099ded319cd1f607dce.tar.gz |
* progmodes/etags.el (tags-loop-revert-buffers): Value `ask' means
to query the user interactively.
(next-file): Implement it.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e0d56c2a637..f0c5571f80b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2008-02-01 Chong Yidong <cyd@stupidchicken.com> + + * progmodes/etags.el (tags-loop-revert-buffers): Value `ask' means + to query the user interactively. + (next-file): Implement it. + 2008-02-01 Juanma Barranquero <lekktu@gmail.com> * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13, |