summaryrefslogtreecommitdiff
path: root/lisp/textmodes/ispell.el
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2003-08-02 22:06:12 +0000
committerAndreas Schwab <schwab@suse.de>2003-08-02 22:06:12 +0000
commita1ff29b98a40cc1f543634cffb7d3f0430e7db5b (patch)
tree619adf22bbdaa829cd9c037472439942b8918628 /lisp/textmodes/ispell.el
parent80f5d2efec87d768484439bb58d5b0b0253f108d (diff)
downloademacs-a1ff29b98a40cc1f543634cffb7d3f0430e7db5b.tar.gz
Don't redo key bindings on loading, put them only in loaddefs.el.
Diffstat (limited to 'lisp/textmodes/ispell.el')
-rw-r--r--lisp/textmodes/ispell.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 4772fe8a3c8..5848956ac2a 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -1264,8 +1264,7 @@ You can set this variable in hooks in your init file -- eg:
-;;;###autoload
-(define-key esc-map "$" 'ispell-word)
+;;;###autoload (define-key esc-map "$" 'ispell-word)
(defun ispell-accept-output (&optional timeout-secs timeout-msecs)