From: Richard M. Stallman Date: Sat, 24 Sep 1994 04:09:46 +0000 (+0000) Subject: Comment changes. X-Git-Tag: emacs-19.34~6797 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dd69dcbc6f823022b43ce6425156db98ad7286d8;p=emacs.git Comment changes. --- 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"