/[emacs]/emacs/lisp/textmodes/ispell.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/ispell.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.148 by rms, Sat Oct 16 15:07:09 2004 UTC revision 1.149 by rms, Thu Nov 4 10:22:24 2004 UTC
# Line 1410  nil           word is correct or spellin Line 1410  nil           word is correct or spellin
1410  \(\"word\" arg\)  word is hand entered.  \(\"word\" arg\)  word is hand entered.
1411  quit          spell session exited."  quit          spell session exited."
1412    
1413    (interactive (list nil nil current-prefix-arg))    (interactive (list ispell-following-word ispell-quietly current-prefix-arg))
1414    (if continue    (if continue
1415        (ispell-continue)        (ispell-continue)
     (if (interactive-p)  
         (setq following ispell-following-word  
               quietly ispell-quietly))  
1416      (ispell-accept-buffer-local-defs)   ; use the correct dictionary      (ispell-accept-buffer-local-defs)   ; use the correct dictionary
1417      (let ((cursor-location (point))     ; retain cursor location      (let ((cursor-location (point))     ; retain cursor location
1418            (word (ispell-get-word following))            (word (ispell-get-word following))

Legend:
Removed from v.1.148  
changed lines
  Added in v.1.149

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26