/[emacs]/emacs/lisp/msb.el
ViewVC logotype

Diff of /emacs/lisp/msb.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.48 by lute, Mon Apr 4 09:03:43 2005 UTC revision 1.49 by lektu, Wed Jun 29 13:50:41 2005 UTC
# Line 489  See the function `mouse-select-buffer' a Line 489  See the function `mouse-select-buffer' a
489    "Return t if optional BUFFER is an \"invisible\" buffer.    "Return t if optional BUFFER is an \"invisible\" buffer.
490  If the argument is left out or nil, then the current buffer is considered."  If the argument is left out or nil, then the current buffer is considered."
491    (and (> (length (buffer-name buffer)) 0)    (and (> (length (buffer-name buffer)) 0)
492         (eq ?\ (aref (buffer-name buffer) 0))))         (eq ?\s (aref (buffer-name buffer) 0))))
493    
494  (defun msb--strip-dir (dir)  (defun msb--strip-dir (dir)
495    "Strip one hierarchy level from the end of DIR."    "Strip one hierarchy level from the end of DIR."

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26