emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Colin Walters
Subject: [Emacs-diffs] Changes to emacs/lisp/ibuffer.el
Date: Sun, 20 Jan 2002 22:17:03 -0500

Index: emacs/lisp/ibuffer.el
diff -c emacs/lisp/ibuffer.el:1.3 emacs/lisp/ibuffer.el:1.4
*** emacs/lisp/ibuffer.el:1.3   Sun Jan 20 22:11:40 2002
--- emacs/lisp/ibuffer.el       Sun Jan 20 22:17:02 2002
***************
*** 83,89 ****
  for display.
  
  This variable has the form
! ((COLUMN COLUMN ...) (COLUMN COLUMN ...) ...)
  Each element in `ibuffer-formats' should be a list containing COLUMN
  specifiers.  A COLUMN can be any of the following:
  
--- 83,89 ----
  for display.
  
  This variable has the form
!  ((COLUMN COLUMN ...) (COLUMN COLUMN ...) ...)
  Each element in `ibuffer-formats' should be a list containing COLUMN
  specifiers.  A COLUMN can be any of the following:
  
***************
*** 276,282 ****
  
  (defcustom ibuffer-default-directory nil
    "The default directory to use for a new ibuffer buffer.
! Nil means inherit the directory of the buffer in which `ibuffer' was
  called.  Otherwise, this variable should be a string naming a
  directory, like `default-directory'."
    :type '(choice (const :tag "Inherit" :value nil)
--- 276,282 ----
  
  (defcustom ibuffer-default-directory nil
    "The default directory to use for a new ibuffer buffer.
! If nil, inherit the directory of the buffer in which `ibuffer' was
  called.  Otherwise, this variable should be a string naming a
  directory, like `default-directory'."
    :type '(choice (const :tag "Inherit" :value nil)



reply via email to

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