Mercurial > emacs
changeset 9057:eee647e8ca9e
Comment changes.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 24 Sep 1994 04:09:46 +0000 |
parents | 504324bc2741 |
children | 626086713f36 |
files | lisp/cmuscheme.el |
diffstat | 1 files changed, 0 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cmuscheme.el Sat Sep 24 04:06:50 1994 +0000 +++ b/lisp/cmuscheme.el Sat Sep 24 04:09:46 1994 +0000 @@ -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"