/[emacs]/emacs/lisp/textmodes/flyspell.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/flyspell.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.66 by lute, Wed Jun 8 08:12:14 2005 UTC revision 1.67 by lute, Wed Jun 8 09:47:58 2005 UTC
# Line 228  http://strw.leidenuniv.nl/~dominik/Tools Line 228  http://strw.leidenuniv.nl/~dominik/Tools
228    :version "21.1"    :version "21.1"
229    :type 'boolean)    :type 'boolean)
230    
 ;;;###autoload  
231  (defcustom flyspell-mode-line-string " Fly"  (defcustom flyspell-mode-line-string " Fly"
232    "*String displayed on the modeline when flyspell is active.    "*String displayed on the modeline when flyspell is active.
233  Set this to nil if you don't want a modeline indicator."  Set this to nil if you don't want a modeline indicator."
# Line 406  property of the major mode name.") Line 405  property of the major mode name.")
405  ;*---------------------------------------------------------------------*/  ;*---------------------------------------------------------------------*/
406  (eval-when-compile (defvar flyspell-local-mouse-map))  (eval-when-compile (defvar flyspell-local-mouse-map))
407    
 ;;;###autoload  
 (defvar flyspell-mode nil)  
 (make-variable-buffer-local 'flyspell-mode)  
   
408  (defvar flyspell-mouse-map  (defvar flyspell-mouse-map
409    (let ((map (make-sparse-keymap)))    (let ((map (make-sparse-keymap)))
410      (if flyspell-use-meta-tab      (if flyspell-use-meta-tab

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26