diff options
| author | Luc Teirlinck | 2005-06-28 22:02:13 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-06-28 22:02:13 +0000 |
| commit | edfa1c2e30d4ae0321345831d17245f6a18bfe9c (patch) | |
| tree | 9585578724548b9e2081544fbb4cf704e690ce5f | |
| parent | 34e60863f22ffa6c5e0034320c041205024629e2 (diff) | |
| download | emacs-edfa1c2e30d4ae0321345831d17245f6a18bfe9c.tar.gz emacs-edfa1c2e30d4ae0321345831d17245f6a18bfe9c.zip | |
(ispell-word): Remove stray parenthesis.
| -rw-r--r-- | lisp/textmodes/ispell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 96cfa000aba..5d966c07abf 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -1540,7 +1540,7 @@ quit spell session exited." | |||
| 1540 | (kill-buffer ispell-choices-buffer)))) | 1540 | (kill-buffer ispell-choices-buffer)))) |
| 1541 | (ispell-pdict-save ispell-silently-savep) | 1541 | (ispell-pdict-save ispell-silently-savep) |
| 1542 | ;; NB: Cancels ispell-quit incorrectly if called from ispell-region | 1542 | ;; NB: Cancels ispell-quit incorrectly if called from ispell-region |
| 1543 | (if ispell-quit (setq ispell-quit nil replace 'quit))) | 1543 | (if ispell-quit (setq ispell-quit nil replace 'quit)) |
| 1544 | (goto-char cursor-location) ; return to original location | 1544 | (goto-char cursor-location) ; return to original location |
| 1545 | replace))) | 1545 | replace))) |
| 1546 | 1546 | ||