ispell-accept-buffer-local-defs.
+2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
+
+ * textmodes/ispell.el (ispell-change-dictionary): Call
+ ispell-buffer-local-dict instead of
+ ispell-accept-buffer-local-defs.
+
2006-02-17 Nick Roberts <nickrob@snap.net.nz>
* speedbar.el (speedbar-frame-width): Make an inline function
(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 "")