diff options
| author | Andreas Schwab | 2003-08-02 22:06:12 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2003-08-02 22:06:12 +0000 |
| commit | a1ff29b98a40cc1f543634cffb7d3f0430e7db5b (patch) | |
| tree | 619adf22bbdaa829cd9c037472439942b8918628 /lisp/textmodes | |
| parent | 80f5d2efec87d768484439bb58d5b0b0253f108d (diff) | |
| download | emacs-a1ff29b98a40cc1f543634cffb7d3f0430e7db5b.tar.gz emacs-a1ff29b98a40cc1f543634cffb7d3f0430e7db5b.zip | |
Don't redo key bindings on loading, put them only in loaddefs.el.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/ispell.el | 3 |
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: | |||
| 1264 | 1264 | ||
| 1265 | 1265 | ||
| 1266 | 1266 | ||
| 1267 | ;;;###autoload | 1267 | ;;;###autoload (define-key esc-map "$" 'ispell-word) |
| 1268 | (define-key esc-map "$" 'ispell-word) | ||
| 1269 | 1268 | ||
| 1270 | 1269 | ||
| 1271 | (defun ispell-accept-output (&optional timeout-secs timeout-msecs) | 1270 | (defun ispell-accept-output (&optional timeout-secs timeout-msecs) |