diff options
| -rw-r--r-- | lisp/progmodes/scheme.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/scheme.el b/lisp/progmodes/scheme.el index 9cf1595b7e4..111f74c5532 100644 --- a/lisp/progmodes/scheme.el +++ b/lisp/progmodes/scheme.el | |||
| @@ -118,6 +118,7 @@ | |||
| 118 | (setq scheme-mode-map (make-sparse-keymap)) | 118 | (setq scheme-mode-map (make-sparse-keymap)) |
| 119 | (scheme-mode-commands scheme-mode-map))) | 119 | (scheme-mode-commands scheme-mode-map))) |
| 120 | 120 | ||
| 121 | ;;;###autoload | ||
| 121 | (defun scheme-mode () | 122 | (defun scheme-mode () |
| 122 | "Major mode for editing Scheme code. | 123 | "Major mode for editing Scheme code. |
| 123 | Editing commands are similar to those of lisp-mode. | 124 | Editing commands are similar to those of lisp-mode. |