]> git.eshelyaron.com Git - emacs.git/commitdiff
* progmodes/etags.el (tags-loop-revert-buffers): Value `ask' means
authorChong Yidong <cyd@stupidchicken.com>
Fri, 1 Feb 2008 23:21:29 +0000 (23:21 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 1 Feb 2008 23:21:29 +0000 (23:21 +0000)
to query the user interactively.
(next-file): Implement it.

lisp/ChangeLog

index e0d56c2a637b2c752560f6dfc39526d52a7121ef..f0c5571f80b68565471ae055c68bd8d7e97c1b65 100644 (file)
@@ -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,