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/ispell.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el
Date: Thu, 04 Nov 2004 05:32:13 -0500

Index: emacs/lisp/textmodes/ispell.el
diff -c emacs/lisp/textmodes/ispell.el:1.148 
emacs/lisp/textmodes/ispell.el:1.149
*** emacs/lisp/textmodes/ispell.el:1.148        Sat Oct 16 15:07:09 2004
--- emacs/lisp/textmodes/ispell.el      Thu Nov  4 10:22:24 2004
***************
*** 1410,1421 ****
  \(\"word\" arg\)  word is hand entered.
  quit          spell session exited."
  
!   (interactive (list nil nil current-prefix-arg))
    (if continue
        (ispell-continue)
-     (if (interactive-p)
-       (setq following ispell-following-word
-             quietly ispell-quietly))
      (ispell-accept-buffer-local-defs) ; use the correct dictionary
      (let ((cursor-location (point))   ; retain cursor location
          (word (ispell-get-word following))
--- 1410,1418 ----
  \(\"word\" arg\)  word is hand entered.
  quit          spell session exited."
  
!   (interactive (list ispell-following-word ispell-quietly current-prefix-arg))
    (if continue
        (ispell-continue)
      (ispell-accept-buffer-local-defs) ; use the correct dictionary
      (let ((cursor-location (point))   ; retain cursor location
          (word (ispell-get-word following))




reply via email to

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