summaryrefslogtreecommitdiff
path: root/lisp/recentf.el
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2005-02-09 15:50:47 +0000
committerKim F. Storm <storm@cua.dk>2005-02-09 15:50:47 +0000
commitbf247b6ed0b5e96845e785302bdaa97fcf6a8b84 (patch)
tree3e5225520dfe10e9394f68088de2fe22027aa53f /lisp/recentf.el
parent1de0ae85b33c8d8cb77ab839f66d2df4f9aa7b94 (diff)
downloademacs-bf247b6ed0b5e96845e785302bdaa97fcf6a8b84.tar.gz
Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
Diffstat (limited to 'lisp/recentf.el')
-rw-r--r--lisp/recentf.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/recentf.el b/lisp/recentf.el
index 2fee8e637a8..169fee99529 100644
--- a/lisp/recentf.el
+++ b/lisp/recentf.el
@@ -192,7 +192,7 @@ elements (see `recentf-make-menu-element' for menu element form)."
'recentf-menu-append-commands-flag)
(make-obsolete-variable 'recentf-menu-append-commands-p
'recentf-menu-append-commands-flag
- "21.4")
+ "22.1")
(defcustom recentf-keep-non-readable-files-flag nil
"*non-nil means to keep non readable files in the recent list."
@@ -203,7 +203,7 @@ elements (see `recentf-make-menu-element' for menu element form)."
'recentf-keep-non-readable-files-flag)
(make-obsolete-variable 'recentf-keep-non-readable-files-p
'recentf-keep-non-readable-files-flag
- "21.4")
+ "22.1")
(defcustom recentf-auto-cleanup 'mode
"*Define when to automatically cleanup the recent list.
@@ -740,7 +740,7 @@ Arrange them in sub-menus following rules in `recentf-arrange-rules'."
elts (cdr elts)))
(unless menu
(push elt others)))
-
+
(setq l nil
min (if (natnump recentf-arrange-by-rules-min-items)
recentf-arrange-by-rules-min-items 0))
@@ -755,7 +755,7 @@ Arrange them in sub-menus following rules in `recentf-arrange-rules'."
menu (recentf-apply-menu-filter
recentf-arrange-by-rule-subfilter (nreverse elts)))
(push menu l))))
-
+
(if (and (stringp recentf-arrange-by-rule-others) others)
(nreverse
(cons