summaryrefslogtreecommitdiff
path: root/lisp/cmuscheme.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-09-24 04:09:46 +0000
committerRichard M. Stallman <rms@gnu.org>1994-09-24 04:09:46 +0000
commitdd69dcbc6f823022b43ce6425156db98ad7286d8 (patch)
tree8fce298fa3b535a7d034cefe21aa561a25168daa /lisp/cmuscheme.el
parent585672c2b518b404ecff6d8fa206838b948a686b (diff)
downloademacs-dd69dcbc6f823022b43ce6425156db98ad7286d8.tar.gz
Comment changes.
Diffstat (limited to 'lisp/cmuscheme.el')
-rw-r--r--lisp/cmuscheme.el10
1 files changed, 0 insertions, 10 deletions
diff --git a/lisp/cmuscheme.el b/lisp/cmuscheme.el
index 885a7a72ea0..cc09c81b23b 100644
--- a/lisp/cmuscheme.el
+++ b/lisp/cmuscheme.el
@@ -68,21 +68,11 @@
;;=============================================================================
;; Some suggestions for your .emacs file.
;;
-;; ; If cmuscheme lives in some non-standard directory, you must tell emacs
-;; ; where to get it. This may or may not be necessary.
-;; (setq load-path (cons (expand-file-name "~jones/lib/emacs") load-path))
-;;
;; ; Autoload run-scheme from file cmuscheme.el
;; (autoload 'run-scheme "cmuscheme"
;; "Run an inferior Scheme process."
;; t)
;;
-;; ; Files ending in ".scm" are Scheme source,
-;; ; so put their buffers in scheme-mode.
-;; (setq auto-mode-alist
-;; (cons '("\\.scm$" . scheme-mode)
-;; auto-mode-alist))
-;;
;; ; Define C-c t to run my favorite command in inferior scheme mode:
;; (setq cmuscheme-load-hook
;; '((lambda () (define-key inferior-scheme-mode-map "\C-ct"