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: Wed, 24 Nov 2004 22:15:48 -0500

Index: emacs/lisp/textmodes/ispell.el
diff -c emacs/lisp/textmodes/ispell.el:1.149 
emacs/lisp/textmodes/ispell.el:1.150
*** emacs/lisp/textmodes/ispell.el:1.149        Thu Nov  4 10:22:24 2004
--- emacs/lisp/textmodes/ispell.el      Thu Nov 25 03:06:16 2004
***************
*** 769,774 ****
--- 769,776 ----
        (if buf (kill-buffer buf)))
        (set-buffer (get-buffer-create " *ispell-tmp*"))
        (erase-buffer)
+       (unless (file-exists-p default-directory)
+       (setq default-directory (expand-file-name "~/")))
        (setq status (call-process
                    ispell-program-name nil t nil
                    ;; aspell doesn't accept the -vv switch.




reply via email to

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