]> git.eshelyaron.com Git - emacs.git/commitdiff
(flyspell-default-dictionary): Fix custom type.
authorRichard M. Stallman <rms@gnu.org>
Mon, 12 Nov 2001 06:17:38 +0000 (06:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 12 Nov 2001 06:17:38 +0000 (06:17 +0000)
lisp/ChangeLog
lisp/textmodes/flyspell.el

index 6b5ebd719958be72f27ef524ea57fd51052d8a74..446304689327d1ec3f80b2861e1f1c8aa847e908 100644 (file)
@@ -1,3 +1,13 @@
+2001-11-12  Richard M. Stallman  <rms@gnu.org>
+
+       * textmodes/flyspell.el (flyspell-default-dictionary):
+       Fix custom type.
+
+2001-11-05  Alex Schroeder  <kensanata@yahoo.com>
+
+       * sql.el (sql-mode-syntax-table): The backslash is no longer an
+       escape character.
+
 2001-11-11  Richard M. Stallman  <rms@gnu.org>
 
        * calendar/solar.el (solar-sunrise-and-sunset):
index f32f7245887007626d442c715851aae21c37228a..62c826feca3b4d495800d30843394247fa7e5b74 100644 (file)
@@ -166,7 +166,7 @@ Otherwise, if `flyspell-default-dictionary' is nil, it means to use
 Ispell's ultimate default dictionary."
   :group 'flyspell
   :version "21.1"
-  :type '(choice string nil))
+  :type '(choice string (const :tag "Default" nil))
 
 (defcustom flyspell-tex-command-regexp
   "\\(\\(begin\\|end\\)[ \t]*{\\|\\(cite[a-z*]*\\|label\\|ref\\|eqref\\|usepackage\\|documentclass\\)[ \t]*\\(\\[[^]]*\\]\\)?{[^{}]*\\)"