* viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
inhibit quit.
+2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
+
+ * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
+ inhibit quit.
+
2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
* files.el (make-auto-save-file-name): If long file names are not
(defun viper-envelop-ESC-key ()
(let ((event last-input-event)
(keyseq [nil])
- inhibit-quit)
+ (inhibit-quit t))
(if (viper-ESC-event-p event)
(progn
(if (viper-fast-keysequence-p)
))
(defun viper-replace-char-subr (com arg)
- (let (char inhibit-quit)
+ (let ((inhibit-quit t)
+ char)
(viper-set-complex-command-for-undo)
(or (eq viper-intermediate-command 'viper-repeat)
(viper-special-read-and-insert-char))