]> git.eshelyaron.com Git - emacs.git/commitdiff
(universal-coding-system-argument): Handle digit-argument too.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 5 Oct 2008 19:07:03 +0000 (19:07 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 5 Oct 2008 19:07:03 +0000 (19:07 +0000)
lisp/international/mule-cmds.el

index 72b7e049b889ea8d3a6dcb45cda12efb819741b3..69d4d933d023dfb1472f68cf79d125662977090f 100644 (file)
@@ -287,7 +287,7 @@ wrong, use this command again to toggle back to the right mode."
         (cmd (key-binding keyseq))
         prefix)
 
-    (when (eq cmd 'universal-argument)
+    (when (memq cmd '(universal-argument digit-argument))
       (call-interactively cmd)
 
       ;; Process keys bound in `universal-argument-map'.