summaryrefslogtreecommitdiff
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorMasatake YAMATO <jet@gyve.org>2004-05-21 07:25:07 +0000
committerMasatake YAMATO <jet@gyve.org>2004-05-21 07:25:07 +0000
commitd79b2de34796125d5492d8d9ba535d85e56eb6bf (patch)
tree3bd9ca1ebc66c81f0ba8fb6154b14326adcd1c57 /lisp/progmodes
parent9e01b342b11a41f53f85a9c64a22d7f68772d383 (diff)
downloademacs-d79b2de34796125d5492d8d9ba535d85e56eb6bf.tar.gz
* progmodes/etags.el (tags-apropos, list-tags): Require apropos.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/etags.el2
1 files changed, 2 insertions, 0 deletions
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.