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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/spell.el
Date: Wed, 18 May 2005 06:17:19 -0400

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




reply via email to

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