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


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

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/10/23 14:33:09

Index: ibuf-ext.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/ibuf-ext.el,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -b -r1.57 -r1.58
--- ibuf-ext.el 18 Oct 2007 04:43:08 -0000      1.57
+++ ibuf-ext.el 23 Oct 2007 14:33:09 -0000      1.58
@@ -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]