diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/progmodes/idlwave.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index 61f5e0ab615..bdd29124351 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Chris Chase <chase@att.com> | 5 | ;; Chris Chase <chase@att.com> |
| 6 | ;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu> | 6 | ;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu> |
| 7 | ;; Version: 4.15 | 7 | ;; Version: 4.15 |
| 8 | ;; Date: $Date: 2002/09/13 22:19:48 $ | 8 | ;; Date: $Date: 2002/10/18 08:12:35 $ |
| 9 | ;; Keywords: languages | 9 | ;; Keywords: languages |
| 10 | 10 | ||
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| @@ -2100,7 +2100,7 @@ An END token must be preceded by whitespace." | |||
| 2100 | Also checks if the correct end statement has been used." | 2100 | Also checks if the correct end statement has been used." |
| 2101 | ;; All end statements are reserved words | 2101 | ;; All end statements are reserved words |
| 2102 | ;; Re-indent end line | 2102 | ;; Re-indent end line |
| 2103 | (insert-char ?\ 1) ;; So indent, etc. work well | 2103 | (insert-char ?\ 1) ;; So indent, etc. work well |
| 2104 | (backward-char 1) | 2104 | (backward-char 1) |
| 2105 | (let* ((pos (point-marker)) | 2105 | (let* ((pos (point-marker)) |
| 2106 | (last-abbrev-marker (copy-marker last-abbrev-location)) | 2106 | (last-abbrev-marker (copy-marker last-abbrev-location)) |