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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el [lexbind]
Date: Thu, 11 Nov 2004 23:43:53 -0500

Index: emacs/lisp/textmodes/ispell.el
diff -c emacs/lisp/textmodes/ispell.el:1.131.2.8 
emacs/lisp/textmodes/ispell.el:1.131.2.9
*** emacs/lisp/textmodes/ispell.el:1.131.2.8    Mon Oct 25 04:22:30 2004
--- emacs/lisp/textmodes/ispell.el      Fri Nov 12 04:21:23 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]