Index: emacs/lisp/msb.el
diff -c emacs/lisp/msb.el:1.48 emacs/lisp/msb.el:1.49
*** emacs/lisp/msb.el:1.48 Mon Apr 4 09:03:43 2005
--- emacs/lisp/msb.el Wed Jun 29 13:50:41 2005
***************
*** 489,495 ****
"Return t if optional BUFFER is an \"invisible\" buffer.
If the argument is left out or nil, then the current buffer is considered."
(and (> (length (buffer-name buffer)) 0)
! (eq ?\ (aref (buffer-name buffer) 0))))
(defun msb--strip-dir (dir)
"Strip one hierarchy level from the end of DIR."
--- 489,495 ----
"Return t if optional BUFFER is an \"invisible\" buffer.
If the argument is left out or nil, then the current buffer is considered."
(and (> (length (buffer-name buffer)) 0)
! (eq ?\s (aref (buffer-name buffer) 0))))
(defun msb--strip-dir (dir)
"Strip one hierarchy level from the end of DIR."
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs