1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-12 06:21:02 -08:00

* progmodes/etags.el (tags-loop-revert-buffers): Value `ask' means

to query the user interactively.
(next-file): Implement it.
This commit is contained in:
Chong Yidong 2008-02-01 23:21:29 +00:00
parent 299db7f8cf
commit bee68a7abe

View 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,