emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104336: * lisp/emulation/viper.el (v


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104336: * lisp/emulation/viper.el (viper-set-hooks): Declare.
Date: Mon, 23 May 2011 20:37:31 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104336
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2011-05-23 20:37:31 -0700
message:
  * lisp/emulation/viper.el (viper-set-hooks): Declare.
modified:
  lisp/ChangeLog
  lisp/emulation/viper.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-05-24 03:36:06 +0000
+++ b/lisp/ChangeLog    2011-05-24 03:37:31 +0000
@@ -1,5 +1,7 @@
 2011-05-24  Glenn Morris  <address@hidden>
 
+       * emulation/viper.el (viper-set-hooks): Declare.
+
        * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
        (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
        (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)

=== modified file 'lisp/emulation/viper.el'
--- a/lisp/emulation/viper.el   2011-05-23 17:57:17 +0000
+++ b/lisp/emulation/viper.el   2011-05-24 03:37:31 +0000
@@ -1,4 +1,4 @@
-;;; viper.el --- A full-featured Vi emulator for GNU Emacs and XEmacs,
+;;; viper.el --- A full-featured Vi emulator for Emacs and XEmacs,
 ;;              a VI Plan for Emacs Rescue,
 ;;              and a venomous VI PERil.
 ;;              Viper Is also a Package for Emacs Rebels.
@@ -547,7 +547,7 @@
                      "Viper Is a Package for Emacs Rebels,
 a VI Plan for Emacs Rescue, and a venomous VI PERil.
 
-Incidentally, Viper emulates Vi under GNU Emacs 20 and XEmacs 20.
+Incidentally, Viper emulates Vi under Emacs/XEmacs 20.
 It supports all of what is good in Vi and Ex, while extending
 and improving upon much of it.
 
@@ -850,6 +850,7 @@
   ;; Zap bad bindings in flyspell-mouse-map, which prevent ESC from working
   ;; over misspelled words (due to the overlay keymaps)
   (defvar flyspell-mode-hook)
+  (defvar flyspell-mouse-map)
   (add-hook 'flyspell-mode-hook
            (lambda ()
               (define-key flyspell-mouse-map viper-ESC-key nil)))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]