+2004-05-21 Masatake YAMATO <jet@gyve.org>
+
+ * progmodes/etags.el (tags-apropos, list-tags): Require
+ apropos.
+
2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
* locate.el (locate-prompt-for-command): Shorten first line of
(or gotany
(error "File %s not in current tags tables" file)))))
(with-current-buffer "*Tags List*"
+ (require 'apropos)
(apropos-mode)
(setq buffer-read-only t)))
(funcall tags-apropos-function regexp))))
(etags-tags-apropos-additional regexp))
(with-current-buffer "*Tags List*"
+ (require 'apropos)
(apropos-mode)
;; apropos-mode is derived from fundamental-mode and it kills
;; all local variables.