diff lisp/ChangeLog @ 95579:bf49392d93fe

(tags-verify-table): Be careful to use and update tags-file-name and tags-table-list from the right buffer. (tags-table-check-computed-list, tags-table-extend-computed-list) (find-tag-noselect): Use with-current-buffer.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 05 Jun 2008 05:55:37 +0000
parents e283d325f1bc
children cb8fbc8ef1c5
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Jun 05 05:48:36 2008 +0000
+++ b/lisp/ChangeLog	Thu Jun 05 05:55:37 2008 +0000
@@ -1,5 +1,10 @@
 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* progmodes/etags.el (tags-verify-table): Be careful to use and update
+	tags-file-name and tags-table-list from the right buffer.
+	(tags-table-check-computed-list, tags-table-extend-computed-list)
+	(find-tag-noselect): Use with-current-buffer.
+
 	* emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
 	Use print-circle.