aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/textmodes/ispell.el2
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ccd78dd8644..ec4aa9f3048 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
2
3 * textmodes/ispell.el (ispell-change-dictionary): Call
4 ispell-buffer-local-dict instead of
5 ispell-accept-buffer-local-defs.
6
12006-02-17 Nick Roberts <nickrob@snap.net.nz> 72006-02-17 Nick Roberts <nickrob@snap.net.nz>
2 8
3 * speedbar.el (speedbar-frame-width): Make an inline function 9 * speedbar.el (speedbar-frame-width): Make an inline function
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 3bf608c2cc0..ea112d6d877 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -2604,7 +2604,7 @@ By just answering RET you can find out what the current dictionary is."
2604 (mapcar 'list (ispell-valid-dictionary-list))) 2604 (mapcar 'list (ispell-valid-dictionary-list)))
2605 nil t) 2605 nil t)
2606 current-prefix-arg)) 2606 current-prefix-arg))
2607 (unless arg (ispell-accept-buffer-local-defs)) 2607 (unless arg (ispell-buffer-local-dict))
2608 (if (equal dict "default") (setq dict nil)) 2608 (if (equal dict "default") (setq dict nil))
2609 ;; This relies on completing-read's bug of returning "" for no match 2609 ;; This relies on completing-read's bug of returning "" for no match
2610 (cond ((equal dict "") 2610 (cond ((equal dict "")