comparison lisp/progmodes/etags.el @ 90185:5b029ff3b08d

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-55 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 320-323) - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 26 May 2005 05:42:19 +0000
parents f042e7c0fe20 d27edfeb78fa
children f9a65d7ebd29
comparison
equal deleted inserted replaced
90184:9e5e2f01c7ab 90185:5b029ff3b08d
1856 (setq gotany t))) 1856 (setq gotany t)))
1857 (or gotany 1857 (or gotany
1858 (error "File %s not in current tags tables" file))))) 1858 (error "File %s not in current tags tables" file)))))
1859 (with-current-buffer "*Tags List*" 1859 (with-current-buffer "*Tags List*"
1860 (require 'apropos) 1860 (require 'apropos)
1861 (apropos-mode) 1861 (with-no-warnings
1862 (apropos-mode))
1862 (setq buffer-read-only t))) 1863 (setq buffer-read-only t)))
1863 1864
1864 ;;;###autoload 1865 ;;;###autoload
1865 (defun tags-apropos (regexp) 1866 (defun tags-apropos (regexp)
1866 "Display list of all tags in tags table REGEXP matches." 1867 "Display list of all tags in tags table REGEXP matches."