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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el
Date: Mon, 29 Jul 2002 13:29:31 -0400

Index: emacs/lisp/textmodes/ispell.el
diff -c emacs/lisp/textmodes/ispell.el:1.131 
emacs/lisp/textmodes/ispell.el:1.132
*** emacs/lisp/textmodes/ispell.el:1.131        Fri May 31 14:43:28 2002
--- emacs/lisp/textmodes/ispell.el      Mon Jul 29 13:29:31 2002
***************
*** 726,733 ****
--- 726,736 ----
    (let ((case-fold-search-val case-fold-search)
        ;; avoid bugs when syntax of `.' changes in various default modes
        (default-major-mode 'fundamental-mode)
+       (default-directory temporary-file-directory)
        result status)
      (save-excursion
+       (let ((buf (get-buffer " *ispell-tmp*")))
+       (if buf (kill-buffer buf)))
        (set-buffer (get-buffer-create " *ispell-tmp*"))
        (erase-buffer)
        (setq status (call-process



reply via email to

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