/[emacs]/emacs/lisp/emulation/viper.el
ViewVC logotype

Diff of /emacs/lisp/emulation/viper.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.70 by kifer, Tue Jan 8 04:36:00 2002 UTC revision 1.71 by kifer, Wed Jan 9 17:33:15 2002 UTC
# Line 828  remains buffer-local." Line 828  remains buffer-local."
828    (defvar emerge-startup-hook)    (defvar emerge-startup-hook)
829    (add-hook 'emerge-startup-hook 'viper-change-state-to-emacs)    (add-hook 'emerge-startup-hook 'viper-change-state-to-emacs)
830    
831      ;; Zap bad bindings in flyspell-mouse-map, which prevent ESC from working
832      ;; over misspelled words (due to the overlay keymaps)
833      (defvar flyspell-mode-hook)
834      (add-hook 'flyspell-mode-hook
835                '(lambda ()
836                   (define-key flyspell-mouse-map viper-ESC-key nil)))
837    
838    ;; Tell vc-diff to put *vc* in Vi mode    ;; Tell vc-diff to put *vc* in Vi mode
839    (if (featurep 'vc)    (if (featurep 'vc)
840        (defadvice vc-diff (after viper-vc-ad activate)        (defadvice vc-diff (after viper-vc-ad activate)

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26