Index: emacs/lisp/textmodes/spell.el
diff -c emacs/lisp/textmodes/spell.el:1.18 emacs/lisp/textmodes/spell.el:1.19
*** emacs/lisp/textmodes/spell.el:1.18 Mon Sep 1 15:45:40 2003
--- emacs/lisp/textmodes/spell.el Wed May 18 10:17:18 2005
***************
*** 128,136 ****
(forward-char 1)
(delete-region (point-min) (point))
(setq newword
! (read-input (concat "`" word
! "' not recognized; edit a replacement: ")
! word))
(flush-lines (concat "^" (regexp-quote word) "$")))
(if (not (equal word newword))
(progn
--- 128,136 ----
(forward-char 1)
(delete-region (point-min) (point))
(setq newword
! (read-string (concat "`" word
! "' not recognized; edit a replacement: ")
! word))
(flush-lines (concat "^" (regexp-quote word) "$")))
(if (not (equal word newword))
(progn
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs