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,v [EMACS_22_BASE]


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/ibuf-ext.el,v [EMACS_22_BASE]
Date: Tue, 23 Oct 2007 14:49:22 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Juanma Barranquero <lektu>      07/10/23 14:49:21

Index: ibuf-ext.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ibuf-ext.el,v
retrieving revision 1.53.2.4
retrieving revision 1.53.2.5
diff -u -b -r1.53.2.4 -r1.53.2.5
--- ibuf-ext.el 18 Oct 2007 04:43:01 -0000      1.53.2.4
+++ ibuf-ext.el 23 Oct 2007 14:49:21 -0000      1.53.2.5
@@ -753,9 +753,7 @@
 ;;;###autoload
 (defun ibuffer-switch-to-saved-filter-groups (name)
   "Set this buffer's filter groups to saved version with NAME.
-The value from `ibuffer-saved-filters' is used.
-If prefix argument ADD is non-nil, then add the saved filters instead
-of replacing the current filters."
+The value from `ibuffer-saved-filter-groups' is used."
   (interactive
    (list
     (if (null ibuffer-saved-filter-groups)
@@ -931,9 +929,7 @@
 
 ;;;###autoload
 (defun ibuffer-switch-to-saved-filters (name)
-  "Set this buffer's filters to filters with NAME from `ibuffer-saved-filters'.
-If prefix argument ADD is non-nil, then add the saved filters instead
-of replacing the current filters."
+  "Set this buffer's filters to filters with NAME from 
`ibuffer-saved-filters'."
   (interactive
    (list
     (if (null ibuffer-saved-filters)




reply via email to

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