]> git.eshelyaron.com Git - emacs.git/commitdiff
* progmodes/etags.el (tags-apropos, list-tags): Require apropos.
authorMasatake YAMATO <jet@gyve.org>
Fri, 21 May 2004 07:25:07 +0000 (07:25 +0000)
committerMasatake YAMATO <jet@gyve.org>
Fri, 21 May 2004 07:25:07 +0000 (07:25 +0000)
lisp/ChangeLog
lisp/progmodes/etags.el

index 43028f03e69ac8cb963bec5969ebaf7ba2f79967..2fce46e2fa6e0965a063ef5855881dc07de5a32b 100644 (file)
@@ -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
index ef5d1eba998e46ebb5c1723adc31ef0ea10bd71a..49294d6625c957b4d8c1c93f5742e4a6a728387f 100644 (file)
@@ -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.