/[emacs]/emacs/lisp/ibuf-ext.el
ViewVC logotype

Diff of /emacs/lisp/ibuf-ext.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by walters, Mon Mar 18 21:21:31 2002 UTC revision 1.11 by walters, Wed Mar 27 22:19:40 2002 UTC
# Line 702  Ordering is lexicographic." Line 702  Ordering is lexicographic."
702  (define-ibuffer-sorter mode-name  (define-ibuffer-sorter mode-name
703    "Sort the buffers by their mode name.    "Sort the buffers by their mode name.
704  Ordering is lexicographic."  Ordering is lexicographic."
705    (:description "mode name")    (:description "major mode name")
706    (string-lessp (downcase    (string-lessp (downcase
707                    (with-current-buffer                    (with-current-buffer
708                        (car a)                        (car a)
# Line 1014  You can then feed the file name(s) to ot Line 1014  You can then feed the file name(s) to ot
1014    (ibuffer-mark-on-buffer    (ibuffer-mark-on-buffer
1015     #'(lambda (buf)     #'(lambda (buf)
1016         (with-current-buffer buf         (with-current-buffer buf
1017           (or           (memq major-mode ibuffer-help-buffer-modes)))))
           (eq major-mode 'apropos-mode)  
           (eq major-mode 'help-mode)  
           (eq major-mode 'info-mode))))))  
1018    
1019  ;;;###autoload  ;;;###autoload
1020  (defun ibuffer-mark-old-buffers ()  (defun ibuffer-mark-old-buffers ()

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26