/[emacs]/emacs/lisp/recentf.el
ViewVC logotype

Diff of /emacs/lisp/recentf.el

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

revision 1.18 by gerd, Thu Aug 2 10:54:25 2001 UTC revision 1.19 by pj, Thu Dec 20 18:44:10 2001 UTC
# Line 135  list of recently opened files." Line 135  list of recently opened files."
135    
136  (defcustom recentf-menu-filter nil  (defcustom recentf-menu-filter nil
137    "*Function used to filter files displayed in the recentf menu.    "*Function used to filter files displayed in the recentf menu.
138  Nil means no filter.  The following functions are predefined:  nil means no filter.  The following functions are predefined:
139    
140  - `recentf-sort-ascending' to sort menu items in ascending order.  - `recentf-sort-ascending' to sort menu items in ascending order.
141  - `recentf-sort-descending' to sort menu items in descending order.  - `recentf-sort-descending' to sort menu items in descending order.
# Line 562  defined." Line 562  defined."
562    
563  (defcustom recentf-arrange-by-rule-subfilter nil  (defcustom recentf-arrange-by-rule-subfilter nil
564    "*Function used by `recentf-arrange-by-rule' to filter sub-menu elements.    "*Function used by `recentf-arrange-by-rule' to filter sub-menu elements.
565  Nil means no filter.  See also `recentf-menu-filter'.  You can't use  nil means no filter.  See also `recentf-menu-filter'.  You can't use
566  `recentf-arrange-by-rule' itself here!"  `recentf-arrange-by-rule' itself here!"
567    :group 'recentf-filters    :group 'recentf-filters
568    :type '(choice (const nil) function)    :type '(choice (const nil) function)

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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