From: Chong Yidong Date: Fri, 1 Feb 2008 23:21:29 +0000 (+0000) Subject: * progmodes/etags.el (tags-loop-revert-buffers): Value `ask' means X-Git-Tag: emacs-pretest-22.1.91~103 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bee68a7abe5814bb2323d099ded319cd1f607dce;p=emacs.git * progmodes/etags.el (tags-loop-revert-buffers): Value `ask' means to query the user interactively. (next-file): Implement it. --- 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 + + * progmodes/etags.el (tags-loop-revert-buffers): Value `ask' means + to query the user interactively. + (next-file): Implement it. + 2008-02-01 Juanma Barranquero * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,