diff options
| author | Glenn Morris | 2011-08-15 06:21:47 -0400 |
|---|---|---|
| committer | Glenn Morris | 2011-08-15 06:21:47 -0400 |
| commit | 85949b6cb5392a8f033333eb4e7e07becafafb6e (patch) | |
| tree | fa9b11dc1f93064fab44df873acc6ae22284edab | |
| parent | 324133141121953a2bad19b6734401dd52d83726 (diff) | |
| download | emacs-85949b6cb5392a8f033333eb4e7e07becafafb6e.tar.gz emacs-85949b6cb5392a8f033333eb4e7e07becafafb6e.zip | |
Auto-commit of loaddefs files.
| -rw-r--r-- | lisp/ibuffer.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/ibuffer.el b/lisp/ibuffer.el index 5fda52f3d12..725192399ff 100644 --- a/lisp/ibuffer.el +++ b/lisp/ibuffer.el | |||
| @@ -2648,7 +2648,7 @@ will be inserted before the group at point." | |||
| 2648 | ;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group | 2648 | ;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group |
| 2649 | ;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group | 2649 | ;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group |
| 2650 | ;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode | 2650 | ;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode |
| 2651 | ;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" "001cd83e8e1ff27c9a61097c840a984d") | 2651 | ;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" "617b36fc8479547d679cf0103f82e3ff") |
| 2652 | ;;; Generated autoloads from ibuf-ext.el | 2652 | ;;; Generated autoloads from ibuf-ext.el |
| 2653 | 2653 | ||
| 2654 | (autoload 'ibuffer-auto-mode "ibuf-ext" "\ | 2654 | (autoload 'ibuffer-auto-mode "ibuf-ext" "\ |
| @@ -2778,8 +2778,10 @@ The value from `ibuffer-saved-filter-groups' is used. | |||
| 2778 | 2778 | ||
| 2779 | (autoload 'ibuffer-filter-disable "ibuf-ext" "\ | 2779 | (autoload 'ibuffer-filter-disable "ibuf-ext" "\ |
| 2780 | Disable all filters currently in effect in this buffer. | 2780 | Disable all filters currently in effect in this buffer. |
| 2781 | With optional arg DELETE-FILTER-GROUPS non-nil, delete all filter | ||
| 2782 | group definitions by setting `ibuffer-filter-groups' to nil. | ||
| 2781 | 2783 | ||
| 2782 | \(fn)" t nil) | 2784 | \(fn &optional DELETE-FILTER-GROUPS)" t nil) |
| 2783 | 2785 | ||
| 2784 | (autoload 'ibuffer-pop-filter "ibuf-ext" "\ | 2786 | (autoload 'ibuffer-pop-filter "ibuf-ext" "\ |
| 2785 | Remove the top filter in this buffer. | 2787 | Remove the top filter in this buffer. |