From 6ef254eca4317f7cb7efabb4727eb767c4c17f10 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 22 May 2005 13:51:28 +0000 Subject: [PATCH] (list-tags): Use with-no-warnings. --- lisp/progmodes/etags.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5