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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el
Date: Fri, 17 Feb 2006 10:42:47 +0000

Index: emacs/lisp/textmodes/ispell.el
diff -u emacs/lisp/textmodes/ispell.el:1.190 
emacs/lisp/textmodes/ispell.el:1.191
--- emacs/lisp/textmodes/ispell.el:1.190        Fri Jan 27 19:49:14 2006
+++ emacs/lisp/textmodes/ispell.el      Fri Feb 17 10:42:47 2006
@@ -2604,7 +2604,7 @@
               (mapcar 'list (ispell-valid-dictionary-list)))
          nil t)
         current-prefix-arg))
-  (unless arg (ispell-accept-buffer-local-defs))
+  (unless arg (ispell-buffer-local-dict))
   (if (equal dict "default") (setq dict nil))
   ;; This relies on completing-read's bug of returning "" for no match
   (cond ((equal dict "")




reply via email to

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