bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#992: coding system for next command not honoured with C-u 0 C-x s


From: Chong Yidong
Subject: bug#992: coding system for next command not honoured with C-u 0 C-x s
Date: Tue, 30 Sep 2008 17:32:29 -0400

Does this patch DTRT?

*** trunk/lisp/international/mule-cmds.el.~1.339.~      2008-09-02 
11:15:20.000000000 -0400
--- trunk/lisp/international/mule-cmds.el       2008-09-30 17:31:03.000000000 
-0400
***************
*** 287,293 ****
         (cmd (key-binding keyseq))
         prefix)
  
!     (when (eq cmd 'universal-argument)
        (call-interactively cmd)
  
        ;; Process keys bound in `universal-argument-map'.
--- 287,293 ----
         (cmd (key-binding keyseq))
         prefix)
  
!     (when (memq cmd '(universal-argument digit-argument))
        (call-interactively cmd)
  
        ;; Process keys bound in `universal-argument-map'.

Diff finished.  Tue Sep 30 17:31:41 2008






reply via email to

[Prev in Thread] Current Thread [Next in Thread]