changeset 1620:787f816e1f4b

* bytecomp.el: Declare unread-command-char an obsolete variable. * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * replace.el (perform-replace): Same.
author Jim Blandy <jimb@redhat.com>
date Mon, 16 Nov 1992 01:40:51 +0000
parents 6147d2164331
children ec2c000b8b69
files lisp/replace.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/replace.el	Mon Nov 16 01:40:15 1992 +0000
+++ b/lisp/replace.el	Mon Nov 16 01:40:51 1992 +0000
@@ -443,7 +443,7 @@
 		(message "Query replacing %s with %s: " from-string next-replacement)
 		(setq char (read-event))
 		(if (and (numberp char) (= char ??))
-		    (setq unread-command-char help-char char help-char))))
+		    (setq unread-command-event help-char char help-char))))
 	    ;; Restore the match data while we process the command.
 	    (store-match-data real-match-data)
 	    (cond ((or (= char ?\e)
@@ -498,7 +498,7 @@
 		   (setq replaced t))
 		  (t
 		   (setq keep-going nil)
-		   (setq unread-command-char char)
+		   (setq unread-command-event char)
 		   (setq done t))))
 	  ;; Record previous position for ^ when we move on.
 	  ;; Change markers to numbers in the match data