diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 11:26:42 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 11:26:42 +0000 |
commit | 71296446d3cec5bb2a27bc5ad6da574df38d0ec8 (patch) | |
tree | 0204c3c252547a44e2404959409034406f7680cd /lisp/cmuscheme.el | |
parent | 693ff6134cb2ec65c7d188696f012662edadfbf0 (diff) | |
download | emacs-71296446d3cec5bb2a27bc5ad6da574df38d0ec8.tar.gz |
Trailing whitespace deleted.
Diffstat (limited to 'lisp/cmuscheme.el')
-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 770d5c90c2f..2e95658004f 100644 --- a/lisp/cmuscheme.el +++ b/lisp/cmuscheme.el @@ -47,19 +47,19 @@ ;; character to the scheme process. Cmuscheme mode does *not* provide this ;; functionality. If you are a cscheme user, you may prefer to use the ;; xscheme.el/cscheme -emacs interaction. -;; +;; ;; Here's a summary of the pros and cons, as I see them. ;; xscheme: Tightly integrated with inferior cscheme process! A few commands ;; not in cmuscheme. But. Integration is a bit of a hack. Input ;; history only keeps the immediately prior input. Bizarre ;; keybindings. -;; +;; ;; cmuscheme: Not tightly integrated with inferior cscheme process. But. ;; Carefully integrated functionality with the entire suite of ;; comint-derived CMU process modes. Keybindings reminiscent of ;; Zwei and Hemlock. Good input history. A few commands not in ;; xscheme. -;; +;; ;; It's a tradeoff. Pay your money; take your choice. If you use a Scheme ;; that isn't Cscheme, of course, there isn't a choice. Xscheme.el is *very* ;; Cscheme-specific; you must use cmuscheme.el. Interested parties are @@ -432,7 +432,7 @@ for a minimal, simple implementation. Feel free to extend it.") This is a good place to put keybindings." :type 'hook :group 'cmuscheme) - + (run-hooks 'cmuscheme-load-hook) (provide 'cmuscheme) |