/[emacs]/emacs/lisp/textmodes/flyspell.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/flyspell.el

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

revision 1.83 by rms, Wed Nov 2 01:33:55 2005 UTC revision 1.84 by rms, Thu Nov 3 21:33:22 2005 UTC
# Line 895  Mostly we check word delimiters." Line 895  Mostly we check word delimiters."
895  (defun flyspell-post-command-hook ()  (defun flyspell-post-command-hook ()
896    "The `post-command-hook' used by flyspell to check a word in-the-fly."    "The `post-command-hook' used by flyspell to check a word in-the-fly."
897    (interactive)    (interactive)
898    (let ((command this-command))    (let ((command this-command)
899            ;; Prevent anything we do from affecting the mark.
900            deactivate-mark)
901      (if (flyspell-check-pre-word-p)      (if (flyspell-check-pre-word-p)
902          (save-excursion          (save-excursion
903            '(flyspell-debug-signal-pre-word-checked)            '(flyspell-debug-signal-pre-word-checked)

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84

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