Mercurial > emacs
changeset 55714:7b91de4a810f
* progmodes/etags.el (tags-apropos, list-tags): Require apropos.
author | Masatake YAMATO <jet@gyve.org> |
---|---|
date | Fri, 21 May 2004 07:25:07 +0000 |
parents | 078557e74d6a |
children | 7c48b959658d |
files | lisp/ChangeLog lisp/progmodes/etags.el |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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
--- 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.