emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/repeat.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/repeat.el
Date: Sat, 16 Apr 2005 11:27:09 -0400

Index: emacs/lisp/repeat.el
diff -c emacs/lisp/repeat.el:1.14 emacs/lisp/repeat.el:1.15
*** emacs/lisp/repeat.el:1.14   Mon Sep  1 15:45:14 2003
--- emacs/lisp/repeat.el        Sat Apr 16 15:27:09 2005
***************
*** 284,290 ****
              ;; does not alter it.
              (let ((real-last-command real-last-command))
                (execute-kbd-macro real-last-command))
!           (call-interactively real-last-command)))))
      (when repeat-repeat-char
        ;; A simple recursion here gets into trouble with max-lisp-eval-depth
        ;; on long sequences of repetitions of a command like `forward-word'
--- 284,292 ----
              ;; does not alter it.
              (let ((real-last-command real-last-command))
                (execute-kbd-macro real-last-command))
!             (run-hooks 'pre-command-hook)
!           (call-interactively real-last-command)
!             (run-hooks 'post-command-hook)))))
      (when repeat-repeat-char
        ;; A simple recursion here gets into trouble with max-lisp-eval-depth
        ;; on long sequences of repetitions of a command like `forward-word'




reply via email to

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