From: Richard M. Stallman Date: Sun, 22 May 2005 13:51:28 +0000 (+0000) Subject: (list-tags): Use with-no-warnings. X-Git-Tag: ttn-vms-21-2-B4~63 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6ef254eca4317f7cb7efabb4727eb767c4c17f10;p=emacs.git (list-tags): Use with-no-warnings. --- diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 32ede0e1474..b119b03f0bf 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -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