Mercurial > emacs
comparison lisp/textmodes/ispell.el @ 52103:1ffb07fde6de
Don't redo key bindings on loading, put them only in loaddefs.el.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Sat, 02 Aug 2003 22:05:00 +0000 |
parents | fe11e703042b |
children | 695cf19ef79e |
comparison
equal
deleted
inserted
replaced
52102:3582fa41d83a | 52103:1ffb07fde6de |
---|---|
1262 ;;; ********************************************************************** | 1262 ;;; ********************************************************************** |
1263 ;;; ********************************************************************** | 1263 ;;; ********************************************************************** |
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) |
1272 "Wait for output from ispell process, or TIMEOUT-SECS and TIMEOUT-MSECS. | 1271 "Wait for output from ispell process, or TIMEOUT-SECS and TIMEOUT-MSECS. |
1273 If asynchronous subprocesses are not supported, call `ispell-filter' and | 1272 If asynchronous subprocesses are not supported, call `ispell-filter' and |