/[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.6 by walters, Sun Feb 17 08:57:24 2002 UTC revision 1.7 by walters, Sat Feb 23 21:33:49 2002 UTC
# Line 147  to this variable.") Line 147  to this variable.")
147  (defvar ibuffer-cached-filter-formats nil)  (defvar ibuffer-cached-filter-formats nil)
148  (defvar ibuffer-compiled-filter-formats nil)    (defvar ibuffer-compiled-filter-formats nil)  
149    
150  (defcustom ibuffer-old-time 3  (defcustom ibuffer-old-time 72
151    "The number of days before a buffer is considered \"old\"."    "The number of hours before a buffer is considered \"old\"."
152    :type 'integer    :type '(choice (const :tag "72 hours (3 days)" 72)
153                     (const :tag "48 hours (2 days)" 48)
154                     (const :tag "24 hours (1 day)" 24)
155                     (integer :tag "hours"))
156    :group 'ibuffer)    :group 'ibuffer)
157    
158  (defcustom ibuffer-save-with-custom t  (defcustom ibuffer-save-with-custom t
# Line 1017  You can then feed the file name(s) to ot Line 1020  You can then feed the file name(s) to ot
1020                                (car buffer-display-time))                                (car buffer-display-time))
1021                             (float (cadr buffer-display-time))                             (float (cadr buffer-display-time))
1022                             (* 0.0000001 (caddr buffer-display-time)))))                             (* 0.0000001 (caddr buffer-display-time)))))
1023               (> (- now then) (* 24 60 60 ibuffer-old-time))))))))               (> (- now then) (* 60 60 ibuffer-old-time))))))))
1024    
1025  ;;;###autoload  ;;;###autoload
1026  (defun ibuffer-mark-special-buffers ()  (defun ibuffer-mark-special-buffers ()

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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