[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/progmodes/etags.el
From: |
Richard M . Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/progmodes/etags.el |
Date: |
Sun, 22 May 2005 09:51:29 -0400 |
Index: emacs/lisp/progmodes/etags.el
diff -c emacs/lisp/progmodes/etags.el:1.183 emacs/lisp/progmodes/etags.el:1.184
*** emacs/lisp/progmodes/etags.el:1.183 Mon May 16 11:26:54 2005
--- emacs/lisp/progmodes/etags.el Sun May 22 13:51:28 2005
***************
*** 1858,1864 ****
(error "File %s not in current tags tables" file)))))
(with-current-buffer "*Tags List*"
(require 'apropos)
! (apropos-mode)
(setq buffer-read-only t)))
;;;###autoload
--- 1858,1865 ----
(error "File %s not in current tags tables" file)))))
(with-current-buffer "*Tags List*"
(require 'apropos)
! (with-no-warnings
! (apropos-mode))
(setq buffer-read-only t)))
;;;###autoload