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 [emacs-unicode-2


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el [emacs-unicode-2]
Date: Thu, 11 Nov 2004 22:18:53 -0500

Index: emacs/lisp/textmodes/ispell.el
diff -c emacs/lisp/textmodes/ispell.el:1.140.2.5 
emacs/lisp/textmodes/ispell.el:1.140.2.6
*** emacs/lisp/textmodes/ispell.el:1.140.2.5    Fri Oct 22 10:13:51 2004
--- emacs/lisp/textmodes/ispell.el      Fri Nov 12 02:53:04 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]