changeset 68951:d73d40422cca

(ispell-change-dictionary): Call ispell-buffer-local-dict instead of ispell-accept-buffer-local-defs.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 17 Feb 2006 10:42:47 +0000
parents 85f92eabec4d
children 608f15136cdb
files lisp/textmodes/ispell.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/ispell.el	Fri Feb 17 10:34:16 2006 +0000
+++ b/lisp/textmodes/ispell.el	Fri Feb 17 10:42:47 2006 +0000
@@ -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 "")