diff lisp/buff-menu.el @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents de805c49cfc1
children
line wrap: on
line diff
--- a/lisp/buff-menu.el	Mon Aug 13 11:19:22 2007 +0200
+++ b/lisp/buff-menu.el	Mon Aug 13 11:20:41 2007 +0200
@@ -356,8 +356,6 @@
 
 
 
-(eval-when-compile (autoload 'visit-tags-table "etags"))
-
 (defun Buffer-menu-visit-tags-table ()
   "Visit the tags table in the buffer on this line.  See `visit-tags-table'."
   (interactive)
@@ -636,11 +634,6 @@
 			     files-only))
     buffer))
 
-(defun buffers-menu-omit-invisible-buffers (buf)
-  "For use as a value of `buffers-menu-omit-function'.
-Omits normally invisible buffers (those whose name begins with a space)."
-  (not (null (string-match "\\` " (buffer-name buf)))))
-
 (provide 'buff-menu)
 
 ;;; buff-menu.el ends here