summaryrefslogtreecommitdiff
path: root/lisp/emulation
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-08-19 17:59:13 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-08-19 18:05:51 +0200
commitb7d6ebff078cece09c3e7a84c34ea4fe65e65917 (patch)
tree09ed183b5971a2bf2c5d8b432c273d476ee5bd18 /lisp/emulation
parent043ae1f53a29d69f2573356715861ec54d626b56 (diff)
downloademacs-b7d6ebff078cece09c3e7a84c34ea4fe65e65917.tar.gz
; Delete not-useful comments referring to Emacs 19.
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/viper-init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emulation/viper-init.el b/lisp/emulation/viper-init.el
index df2487a4477..7296041ae8f 100644
--- a/lisp/emulation/viper-init.el
+++ b/lisp/emulation/viper-init.el
@@ -867,8 +867,8 @@ Should be set in `viper-custom-file-name'."
(defvar-local viper-minibuffer-overlay nil)
(put 'viper-minibuffer-overlay 'permanent-local t)
-;; Hook, specific to Viper, which is run just *before* exiting the minibuffer.
-;; This is needed because beginning with Emacs 19.26, the standard
+;; Hook, specific to Viper, which is run just *before* exiting the
+;; minibuffer. This is needed because, the standard
;; `minibuffer-exit-hook' is run *after* exiting the minibuffer
(defvar viper-minibuffer-exit-hook nil)