From: Masatake YAMATO Date: Fri, 21 May 2004 07:25:07 +0000 (+0000) Subject: * progmodes/etags.el (tags-apropos, list-tags): Require apropos. X-Git-Tag: ttn-vms-21-2-B4~6119 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a6e7bdf1717c7d99f9ce3f48c8f34439455ddd1b;p=emacs.git * progmodes/etags.el (tags-apropos, list-tags): Require apropos. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 43028f03e69..2fce46e2fa6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index ef5d1eba998..49294d6625c 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -1866,6 +1866,7 @@ directory specification." (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 @@ directory specification." (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.