From a6e7bdf1717c7d99f9ce3f48c8f34439455ddd1b Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Fri, 21 May 2004 07:25:07 +0000 Subject: [PATCH] * progmodes/etags.el (tags-apropos, list-tags): Require apropos. --- lisp/ChangeLog | 5 +++++ lisp/progmodes/etags.el | 2 ++ 2 files changed, 7 insertions(+) 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. -- 2.39.5