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, 04 Nov 2004 05:32:05 -0500

Index: emacs/lisp/textmodes/flyspell.el
diff -c emacs/lisp/textmodes/flyspell.el:1.54 
emacs/lisp/textmodes/flyspell.el:1.55
*** emacs/lisp/textmodes/flyspell.el:1.54       Tue Oct 19 16:54:17 2004
--- emacs/lisp/textmodes/flyspell.el    Thu Nov  4 10:20:35 2004
***************
*** 956,964 ****
  ;*---------------------------------------------------------------------*/
  (defun flyspell-word (&optional following)
    "Spell check a word."
!   (interactive (list current-prefix-arg))
!   (if (interactive-p)
!       (setq following ispell-following-word))
    (save-excursion
      ;; use the correct dictionary
      (flyspell-accept-buffer-local-defs)
--- 956,962 ----
  ;*---------------------------------------------------------------------*/
  (defun flyspell-word (&optional following)
    "Spell check a word."
!   (interactive (list ispell-following-word))
    (save-excursion
      ;; use the correct dictionary
      (flyspell-accept-buffer-local-defs)




reply via email to

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