changeset 79992:0922071c4a12

* progmodes/etags.el (tags-loop-revert-buffers): Value `ask' means to query the user interactively. (next-file): Implement it.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 01 Feb 2008 23:21:29 +0000
parents 9317a00f6d6d
children 3fe97133ed17
files lisp/ChangeLog
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Feb 01 15:19:59 2008 +0000
+++ b/lisp/ChangeLog	Fri Feb 01 23:21:29 2008 +0000
@@ -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,