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,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el,v
Date: Sat, 23 Sep 2006 19:05:04 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      06/09/23 19:05:03

Index: textmodes/ispell.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/textmodes/ispell.el,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -b -r1.201 -r1.202
--- textmodes/ispell.el 26 Jul 2006 17:11:07 -0000      1.201
+++ textmodes/ispell.el 23 Sep 2006 19:05:03 -0000      1.202
@@ -2613,8 +2613,9 @@
   (cond ((equal dict "")
         (ispell-internal-change-dictionary)
         (message "Using %s dictionary"
-                 (or ispell-local-dictionary ispell-dictionary "default")))
-       ((equal dict (or ispell-local-dictionary
+                 (or (and (not arg) ispell-local-dictionary)
+                     ispell-dictionary "default")))
+       ((equal dict (or (and (not arg) ispell-local-dictionary)
                         ispell-dictionary "default"))
         ;; Specified dictionary is the default already. Could reload
         ;; the dictionaries if needed.




reply via email to

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