]> git.eshelyaron.com Git - emacs.git/commitdiff
(list-tags): Use with-no-warnings.
authorRichard M. Stallman <rms@gnu.org>
Sun, 22 May 2005 13:51:28 +0000 (13:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 22 May 2005 13:51:28 +0000 (13:51 +0000)
lisp/progmodes/etags.el

index 32ede0e147478a737606d6fe96797a07cc588637..b119b03f0bfef73baabe50badc0a1064f79aab2e 100644 (file)
@@ -1858,7 +1858,8 @@ directory specification."
            (error "File %s not in current tags tables" file)))))
   (with-current-buffer "*Tags List*"
     (require 'apropos)
-    (apropos-mode)
+    (with-no-warnings
+      (apropos-mode))
     (setq buffer-read-only t)))
 
 ;;;###autoload