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

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

Re: flyspell-auto-correct-word many wrong-type-argument


From: Richard Stallman
Subject: Re: flyspell-auto-correct-word many wrong-type-argument
Date: Wed, 24 Sep 2003 08:47:38 -0400

Does this replacement function give good results?

(defun flyspell-abbrev-table ()
  (if flyspell-use-global-abbrev-table-p
      global-abbrev-table
    (or local-abbrev-table global-abbrev-table)))




reply via email to

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