/[emacs]/emacs/lisp/repeat.el
ViewVC logotype

Diff of /emacs/lisp/repeat.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by miles, Mon Sep 1 15:45:14 2003 UTC revision 1.15 by eliz, Sat Apr 16 15:27:09 2005 UTC
# Line 284  can be modified by the global variable ` Line 284  can be modified by the global variable `
284                ;; does not alter it.                ;; does not alter it.
285                (let ((real-last-command real-last-command))                (let ((real-last-command real-last-command))
286                  (execute-kbd-macro real-last-command))                  (execute-kbd-macro real-last-command))
287              (call-interactively real-last-command)))))              (run-hooks 'pre-command-hook)
288                (call-interactively real-last-command)
289                (run-hooks 'post-command-hook)))))
290      (when repeat-repeat-char      (when repeat-repeat-char
291        ;; A simple recursion here gets into trouble with max-lisp-eval-depth        ;; A simple recursion here gets into trouble with max-lisp-eval-depth
292        ;; on long sequences of repetitions of a command like `forward-word'        ;; on long sequences of repetitions of a command like `forward-word'

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26