diff options
| author | Stefan Monnier | 2004-09-19 02:14:14 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-09-19 02:14:14 +0000 |
| commit | 7147c177a56a4fe1d8ffbcb39e4fbb0920289552 (patch) | |
| tree | fb11f61b9d17f8fcf90c559d67e08c59aeec1199 | |
| parent | 7320911b5c895e62b0e10b32cfcd544dcda96042 (diff) | |
| download | emacs-7147c177a56a4fe1d8ffbcb39e4fbb0920289552.tar.gz emacs-7147c177a56a4fe1d8ffbcb39e4fbb0920289552.zip | |
Typo in the menu.
| -rw-r--r-- | lisp/cmuscheme.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/cmuscheme.el b/lisp/cmuscheme.el index a9190d32100..03cd8ee4d9c 100644 --- a/lisp/cmuscheme.el +++ b/lisp/cmuscheme.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cmuscheme.el --- Scheme process in a buffer. Adapted from tea.el | 1 | ;;; cmuscheme.el --- Scheme process in a buffer. Adapted from tea.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1994, 1997 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1988, 1994, 1997, 2004 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Olin Shivers <olin.shivers@cs.cmu.edu> | 5 | ;; Author: Olin Shivers <olin.shivers@cs.cmu.edu> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| @@ -140,9 +140,9 @@ | |||
| 140 | (define-key map [switch] | 140 | (define-key map [switch] |
| 141 | '("Switch to Scheme" . switch-to-scheme)) | 141 | '("Switch to Scheme" . switch-to-scheme)) |
| 142 | (define-key map [com-def-go] | 142 | (define-key map [com-def-go] |
| 143 | '("Compile Definitiion & Go" . scheme-compile-definition-and-go)) | 143 | '("Compile Definition & Go" . scheme-compile-definition-and-go)) |
| 144 | (define-key map [com-def] | 144 | (define-key map [com-def] |
| 145 | '("Compile Definitiion" . scheme-compile-definition)) | 145 | '("Compile Definition" . scheme-compile-definition)) |
| 146 | (define-key map [send-def-go] | 146 | (define-key map [send-def-go] |
| 147 | '("Evaluate Last Definition & Go" . scheme-send-definition-and-go)) | 147 | '("Evaluate Last Definition & Go" . scheme-send-definition-and-go)) |
| 148 | (define-key map [send-def] | 148 | (define-key map [send-def] |
| @@ -437,5 +437,5 @@ This is a good place to put keybindings." | |||
| 437 | 437 | ||
| 438 | (provide 'cmuscheme) | 438 | (provide 'cmuscheme) |
| 439 | 439 | ||
| 440 | ;;; arch-tag: e8795f4a-c496-45a2-97b4-8e0f2a2c57d2 | 440 | ;; arch-tag: e8795f4a-c496-45a2-97b4-8e0f2a2c57d2 |
| 441 | ;;; cmuscheme.el ends here | 441 | ;;; cmuscheme.el ends here |