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

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

bug#38642: 'C-x RET c' gets stuck in universal-argument loop


From: Stefan Monnier
Subject: bug#38642: 'C-x RET c' gets stuck in universal-argument loop
Date: Mon, 20 Jan 2020 12:01:03 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> Thanks, but this:
>
>         (remove-hook 'pre-command-hook #'mule-cmds--prefixed-command)
>
> should be
>
>         (remove-hook 'pre-command-hook #'mule-cmds--prefixed-command-pch)
>
> right?

Duh!  Even the byte-compiler noticed it for me.  Not sure how I missed it.
Thanks,


        Stefan






reply via email to

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