emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with ispell-local-dictionary


From: Richard M. Stallman
Subject: Re: Problem with ispell-local-dictionary
Date: Sun, 23 Oct 2005 00:42:35 -0400

Does this patch fix the bug?  It seems to when I try it.

*** ispell.el   09 Oct 2005 11:42:04 -0400      1.181
--- ispell.el   22 Oct 2005 20:44:55 -0400      
***************
*** 445,451 ****
  
  (defvar ispell-local-dictionary-overridden nil
    "Non-nil means the user has explicitly set this buffer's Ispell 
dictionary.")
! (make-variable-buffer-local 'ispell-local-dictionary)
  
  (defcustom ispell-local-dictionary nil
    "If non-nil, the dictionary to be used for Ispell commands in this buffer.
--- 445,451 ----
  
  (defvar ispell-local-dictionary-overridden nil
    "Non-nil means the user has explicitly set this buffer's Ispell 
dictionary.")
! (make-variable-buffer-local 'ispell-local-dictionary-overridden)
  
  (defcustom ispell-local-dictionary nil
    "If non-nil, the dictionary to be used for Ispell commands in this buffer.




reply via email to

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