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


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to