diff options
author | Glenn Morris <rgm@gnu.org> | 2009-01-09 04:36:00 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-01-09 04:36:00 +0000 |
commit | a4d9b7bca3dc69efe89eecbd81ed96859f7cd818 (patch) | |
tree | a946b8d6c185093144a33d99a33c9fbaed0eb068 /lisp/emulation/viper.el | |
parent | 61a846fbec62231eb19bdd41e08fd89f57787195 (diff) | |
download | emacs-a4d9b7bca3dc69efe89eecbd81ed96859f7cd818.tar.gz |
Replace last-command-char with last-command-event.
Diffstat (limited to 'lisp/emulation/viper.el')
-rw-r--r-- | lisp/emulation/viper.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el index a7fd5fdee35..d2234fb22d9 100644 --- a/lisp/emulation/viper.el +++ b/lisp/emulation/viper.el @@ -288,7 +288,7 @@ ;; convoluted. Instead of viper-command-argument, keymaps should bind the ;; actual commands. E.g., "dw" should be bound to a generic command ;; viper-delete that will delete things based on the value of -;; last-command-char. This would greatly simplify the logic and the code. +;; last-command-event. This would greatly simplify the logic and the code. ;; ;; 2. Somebody should venture to write a customization package a la ;; options.el that would allow the user to change values of variables |