emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/textmodes/flyspell.el, v [EMACS_22_B


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/flyspell.el, v [EMACS_22_BASE]
Date: Mon, 27 Aug 2007 16:25:49 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Richard M. Stallman <rms>       07/08/27 16:25:49

Index: flyspell.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/textmodes/flyspell.el,v
retrieving revision 1.118.2.4
retrieving revision 1.118.2.5
diff -u -b -r1.118.2.4 -r1.118.2.5
--- flyspell.el 8 Aug 2007 07:22:46 -0000       1.118.2.4
+++ flyspell.el 27 Aug 2007 16:25:49 -0000      1.118.2.5
@@ -485,7 +485,10 @@
   :keymap flyspell-mode-map
   :group 'flyspell
   (if flyspell-mode
+      (condition-case ()
       (flyspell-mode-on)
+       (error (message "Enabling Flyspell mode gave an error")
+              (flyspell-mode -1)))
     (flyspell-mode-off)))
 
 ;;;###autoload




reply via email to

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