emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/ibuf-ext.el
Date: Fri, 04 Apr 2003 01:22:19 -0500

Index: emacs/lisp/ibuf-ext.el
diff -c emacs/lisp/ibuf-ext.el:1.31 emacs/lisp/ibuf-ext.el:1.32
*** emacs/lisp/ibuf-ext.el:1.31 Tue Feb  4 06:25:15 2003
--- emacs/lisp/ibuf-ext.el      Tue Feb 11 09:59:54 2003
***************
*** 170,176 ****
    :group 'ibuffer)
  
  (defcustom ibuffer-saved-filter-groups nil
- 
    "An alist of filtering groups to switch between.
  
  This variable should look like ((\"STRING\" QUALIFIERS)
--- 170,175 ----
***************
*** 201,207 ****
  (defcustom ibuffer-save-with-custom t
    "If non-nil, then use Custom to save interactively changed variables.
  Currently, this only applies to `ibuffer-saved-filters' and
! `ibuffer-saved-filter-groups."
    :type 'boolean
    :group 'ibuffer)
  
--- 200,206 ----
  (defcustom ibuffer-save-with-custom t
    "If non-nil, then use Custom to save interactively changed variables.
  Currently, this only applies to `ibuffer-saved-filters' and
! `ibuffer-saved-filter-groups'."
    :type 'boolean
    :group 'ibuffer)
  
***************
*** 1150,1156 ****
  (defun ibuffer-add-to-tmp-hide (regexp)
    "Add REGEXP to `ibuffer-tmp-hide-regexps'.
  This means that buffers whose name matches REGEXP will not be shown
! for this ibuffer session."
    (interactive
     (list
      (read-from-minibuffer "Never show buffers matching: "
--- 1149,1155 ----
  (defun ibuffer-add-to-tmp-hide (regexp)
    "Add REGEXP to `ibuffer-tmp-hide-regexps'.
  This means that buffers whose name matches REGEXP will not be shown
! for this Ibuffer session."
    (interactive
     (list
      (read-from-minibuffer "Never show buffers matching: "
***************
*** 1161,1167 ****
  (defun ibuffer-add-to-tmp-show (regexp)
    "Add REGEXP to `ibuffer-tmp-show-regexps'.
  This means that buffers whose name matches REGEXP will always be shown
! for this ibuffer session."
    (interactive
     (list
      (read-from-minibuffer "Always show buffers matching: "
--- 1160,1166 ----
  (defun ibuffer-add-to-tmp-show (regexp)
    "Add REGEXP to `ibuffer-tmp-show-regexps'.
  This means that buffers whose name matches REGEXP will always be shown
! for this Ibuffer session."
    (interactive
     (list
      (read-from-minibuffer "Always show buffers matching: "




reply via email to

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