changeset 98531:8b46bfc83346

(universal-coding-system-argument): Handle digit-argument too.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 05 Oct 2008 19:07:03 +0000
parents e4fcdffd4301
children 69b1ca445635
files lisp/international/mule-cmds.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el	Sun Oct 05 19:06:47 2008 +0000
+++ b/lisp/international/mule-cmds.el	Sun Oct 05 19:07:03 2008 +0000
@@ -287,7 +287,7 @@
 	 (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'.