/[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.45 by sds, Thu Feb 21 01:42:22 2002 UTC revision 1.46 by pj, Wed May 8 15:26:47 2002 UTC
# Line 550  in your .emacs file. Line 550  in your .emacs file.
550    ;; otherwise it could be too late, the local dictionary may    ;; otherwise it could be too late, the local dictionary may
551    ;; be forgotten!    ;; be forgotten!
552    (flyspell-accept-buffer-local-defs)    (flyspell-accept-buffer-local-defs)
553    ;; we put the `flyspel-delayed' property on some commands    ;; we put the `flyspell-delayed' property on some commands
554    (flyspell-delay-commands)    (flyspell-delay-commands)
555    ;; we put the `flyspel-deplacement' property on some commands    ;; we put the `flyspell-deplacement' property on some commands
556    (flyspell-deplacement-commands)    (flyspell-deplacement-commands)
557    ;; we bound flyspell action to post-command hook    ;; we bound flyspell action to post-command hook
558    (add-hook 'post-command-hook (function flyspell-post-command-hook) t t)    (add-hook 'post-command-hook (function flyspell-post-command-hook) t t)
# Line 1495  for the overlay." Line 1495  for the overlay."
1495      (overlay-put flyspell-overlay 'mouse-face mouse-face)      (overlay-put flyspell-overlay 'mouse-face mouse-face)
1496      (overlay-put flyspell-overlay 'flyspell-overlay t)      (overlay-put flyspell-overlay 'flyspell-overlay t)
1497      (overlay-put flyspell-overlay 'evaporate t)      (overlay-put flyspell-overlay 'evaporate t)
1498        (overlay-put flyspell-overlay 'help-echo "mouse-2: correct word at point")
1499      (if flyspell-use-local-map      (if flyspell-use-local-map
1500          (overlay-put flyspell-overlay          (overlay-put flyspell-overlay
1501                       flyspell-overlay-keymap-property-name                       flyspell-overlay-keymap-property-name

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

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