# HG changeset patch # User Richard M. Stallman # Date 1116769888 0 # Node ID d27edfeb78fa6a4b065842a413fc782b8aa34e49 # Parent 078b075e898453bcfdbafe62339b05fe5fe43001 (list-tags): Use with-no-warnings. diff -r 078b075e8984 -r d27edfeb78fa lisp/progmodes/etags.el --- a/lisp/progmodes/etags.el Sun May 22 13:49:09 2005 +0000 +++ b/lisp/progmodes/etags.el Sun May 22 13:51:28 2005 +0000 @@ -1858,7 +1858,8 @@ (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