emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/flyspell.el
Date: Thu, 03 Nov 2005 16:33:23 -0500

Index: emacs/lisp/textmodes/flyspell.el
diff -c emacs/lisp/textmodes/flyspell.el:1.83 
emacs/lisp/textmodes/flyspell.el:1.84
*** emacs/lisp/textmodes/flyspell.el:1.83       Wed Nov  2 01:33:55 2005
--- emacs/lisp/textmodes/flyspell.el    Thu Nov  3 21:33:22 2005
***************
*** 895,901 ****
  (defun flyspell-post-command-hook ()
    "The `post-command-hook' used by flyspell to check a word in-the-fly."
    (interactive)
!   (let ((command this-command))
      (if (flyspell-check-pre-word-p)
        (save-excursion
          '(flyspell-debug-signal-pre-word-checked)
--- 895,903 ----
  (defun flyspell-post-command-hook ()
    "The `post-command-hook' used by flyspell to check a word in-the-fly."
    (interactive)
!   (let ((command this-command)
!       ;; Prevent anything we do from affecting the mark.
!       deactivate-mark)
      (if (flyspell-check-pre-word-p)
        (save-excursion
          '(flyspell-debug-signal-pre-word-checked)




reply via email to

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