# HG changeset patch # User Masatake YAMATO # Date 1085124307 0 # Node ID 7b91de4a810fdf8db4c78522988d35f834a70b4c # Parent 078557e74d6a0accfd9351dc43f398a33df83461 * progmodes/etags.el (tags-apropos, list-tags): Require apropos. diff -r 078557e74d6a -r 7b91de4a810f lisp/ChangeLog --- a/lisp/ChangeLog Fri May 21 03:19:34 2004 +0000 +++ b/lisp/ChangeLog Fri May 21 07:25:07 2004 +0000 @@ -1,3 +1,8 @@ +2004-05-21 Masatake YAMATO + + * progmodes/etags.el (tags-apropos, list-tags): Require + apropos. + 2004-05-20 Luc Teirlinck * locate.el (locate-prompt-for-command): Shorten first line of diff -r 078557e74d6a -r 7b91de4a810f lisp/progmodes/etags.el --- a/lisp/progmodes/etags.el Fri May 21 03:19:34 2004 +0000 +++ b/lisp/progmodes/etags.el Fri May 21 07:25:07 2004 +0000 @@ -1866,6 +1866,7 @@ (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))) @@ -1884,6 +1885,7 @@ (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.