diff options
Diffstat (limited to 'lisp/emulation')
| -rw-r--r-- | lisp/emulation/viper-init.el | 9 | ||||
| -rw-r--r-- | lisp/emulation/viper-util.el | 4 | ||||
| -rw-r--r-- | lisp/emulation/viper.el | 2 |
3 files changed, 12 insertions, 3 deletions
diff --git a/lisp/emulation/viper-init.el b/lisp/emulation/viper-init.el index 30d12695223..18878d8328b 100644 --- a/lisp/emulation/viper-init.el +++ b/lisp/emulation/viper-init.el @@ -692,6 +692,15 @@ Related buffers can be cycled through via :R and :P commands." ;;; Face-saving tricks +;;(defcustom viper-replace-overlay-pixmap "gray3" +;; "Pixmap to use for search face on non-color displays." +;; :type 'string +;; :group 'viper) +;;(defcustom viper-search-face-pixmap "gray3" +;; "Pixmap to use for search face on non-color displays." +;; :type 'string +;; :group 'viper) + (defun viper-hide-face (face) (if (and (viper-has-face-support-p) viper-emacs-p) (add-to-list 'facemenu-unlisted-faces face))) diff --git a/lisp/emulation/viper-util.el b/lisp/emulation/viper-util.el index d9e39281a70..9a11e0d35e9 100644 --- a/lisp/emulation/viper-util.el +++ b/lisp/emulation/viper-util.el @@ -1130,7 +1130,7 @@ Must be called in order for changes to `viper-syntax-preference' to take effect. 'forward (cond ((eq viper-syntax-preference 'strict-vi) "") - (t viper-ALPHA-char-class )) + (t viper-ALPHA-char-class)) (cond ((eq viper-syntax-preference 'strict-vi) (concat viper-strict-ALPHA-chars addl-chars)) (t addl-chars)))) @@ -1141,7 +1141,7 @@ Must be called in order for changes to `viper-syntax-preference' to take effect. 'backward (cond ((eq viper-syntax-preference 'strict-vi) "") - (t viper-ALPHA-char-class )) + (t viper-ALPHA-char-class)) (cond ((eq viper-syntax-preference 'strict-vi) (concat viper-strict-ALPHA-chars addl-chars)) (t addl-chars)))) diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el index 84fac506164..269c54d18a4 100644 --- a/lisp/emulation/viper.el +++ b/lisp/emulation/viper.el @@ -8,7 +8,7 @@ ;; Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. -(defconst viper-version "2.96 of August 1, 1997" +(defconst viper-version "2.96 of August 7, 1997" "The current version of Viper") ;; This file is part of GNU Emacs. |
