mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
* viper-keym.el (viper-ESC-key): use different values in terminal and window modes. * viper.el (viper-emacs-state-mode-list): delete mail-mode, add jde-javadoc-checker-report-mode.
This commit is contained in:
parent
e4d5906679
commit
0680ea10b4
3 changed files with 14 additions and 4 deletions
|
|
@ -9,7 +9,7 @@
|
|||
;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
|
||||
;; Keywords: emulations
|
||||
|
||||
(defconst viper-version "3.11.5 of October 5, 2005"
|
||||
(defconst viper-version "3.11.5 of November 25, 2005"
|
||||
"The current version of Viper")
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
|
@ -429,7 +429,6 @@ widget."
|
|||
occur-mode
|
||||
|
||||
mh-folder-mode
|
||||
mail-mode
|
||||
gnus-group-mode
|
||||
gnus-summary-mode
|
||||
|
||||
|
|
@ -442,6 +441,8 @@ widget."
|
|||
|
||||
rcirc-mode
|
||||
|
||||
jde-javadoc-checker-report-mode
|
||||
|
||||
view-mode
|
||||
vm-mode
|
||||
vm-summary-mode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue