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 [emacs-unicode-2


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el [emacs-unicode-2]
Date: Wed, 08 Dec 2004 02:08:45 -0500

Index: emacs/lisp/textmodes/ispell.el
diff -c emacs/lisp/textmodes/ispell.el:1.140.2.6 
emacs/lisp/textmodes/ispell.el:1.140.2.7
*** emacs/lisp/textmodes/ispell.el:1.140.2.6    Fri Nov 12 02:53:04 2004
--- emacs/lisp/textmodes/ispell.el      Wed Dec  8 05:02:27 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]