emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/msb.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/msb.el
Date: Wed, 29 Jun 2005 09:50:42 -0400

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."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]