Mercurial > emacs
changeset 62622:d27edfeb78fa
(list-tags): Use with-no-warnings.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 22 May 2005 13:51:28 +0000 |
parents | 078b075e8984 |
children | 9b59b764daac |
files | lisp/progmodes/etags.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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