From 3ded5c6ce145ba4843fd93518621701338119bef Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 8 Jan 2009 04:07:31 +0000 Subject: [PATCH] (universal-coding-system-argument): last-input-char need not be a char. --- lisp/international/mule-cmds.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 0871a9bfdc6..ac35228a19e 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -288,7 +288,7 @@ wrong, use this command again to toggle back to the right mode." prefix) ;; read-key-sequence ignores quit, so make an explicit check. ;; Like many places, this assumes quit == C-g, but it need not be. - (if (char-equal last-input-char ?\C-g) + (if (equal last-input-char ?\C-g) (keyboard-quit)) (when (memq cmd '(universal-argument digit-argument)) (call-interactively cmd) -- 2.39.2