aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
authorMichael Kifer2005-08-06 20:29:11 +0000
committerMichael Kifer2005-08-06 20:29:11 +0000
commit44766d63addeeaba31d53a8e772c42e606227dbe (patch)
tree7773f385ec34cd779941a25afe0b24db36c265e5 /lisp/emulation
parent99f3554f006f8487b4fdeeb74465e82c02d6299d (diff)
downloademacs-44766d63addeeaba31d53a8e772c42e606227dbe.tar.gz
emacs-44766d63addeeaba31d53a8e772c42e606227dbe.zip
2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
* viper.el (viper-emacs-state-mode-list): add recentf-dialog-mode. Change the date of last update.
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/viper.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el
index 52d0fefcd20..bfa730cc434 100644
--- a/lisp/emulation/viper.el
+++ b/lisp/emulation/viper.el
@@ -9,7 +9,7 @@
9;; Author: Michael Kifer <kifer@cs.stonybrook.edu> 9;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
10;; Keywords: emulations 10;; Keywords: emulations
11 11
12(defconst viper-version "3.11.5 of July 8, 2005" 12(defconst viper-version "3.11.5 of August 6, 2005"
13 "The current version of Viper") 13 "The current version of Viper")
14 14
15;; This file is part of GNU Emacs. 15;; This file is part of GNU Emacs.
@@ -425,6 +425,7 @@ widget."
425 425
426 browse-kill-ring-mode 426 browse-kill-ring-mode
427 recentf-mode 427 recentf-mode
428 recentf-dialog-mode
428 occur-mode 429 occur-mode
429 430
430 mh-folder-mode 431 mh-folder-mode