emacs-devel
[Top][All Lists]
Advanced

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

Re: Another bug with the macro counter


From: Richard Stallman
Subject: Re: Another bug with the macro counter
Date: Mon, 01 Nov 2004 02:24:02 -0500

    I think it will be better if kmacro.el defines a function

    (defun kmacro-quit ()
       (or appending-to-kbd-macro
           (kmacro-ring-empty-p)
           (kmacro-pop-ring))
       (setq appending-to-kbd-macro nil))

    which does the cleanup and then simply call this as

          (if (fboundp 'kmacro-quit)
            (kmacro-quit))

That is definitely cleaner.




reply via email to

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