summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-11-25 02:37:21 +0000
committerRichard M. Stallman <rms@gnu.org>1993-11-25 02:37:21 +0000
commit3bede93e156e5633e15a87f561bc48e3c3a9ea6b (patch)
tree982dc7b5ed0aea8ad7b59c392e6754eb396de461 /lisp
parentbbc2998f3eac08676bc2877564560c6c3f6a7709 (diff)
downloademacs-3bede93e156e5633e15a87f561bc48e3c3a9ea6b.tar.gz
Comment change.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/shell.el11
1 files changed, 1 insertions, 10 deletions
diff --git a/lisp/shell.el b/lisp/shell.el
index 56788e60208..b4a65ed4f2e 100644
--- a/lisp/shell.el
+++ b/lisp/shell.el
@@ -52,16 +52,7 @@
;;=============================================================================
;; Some suggestions for your .emacs file.
;;
-;; ; If shell 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 shell from file shell.el
-;; (autoload 'shell "shell"
-;; "Run an inferior shell process."
-;; t)
-;;
-;; ; Define C-c t to run my favorite command in shell mode:
+;; ;; Define C-c t to run my favorite command in shell mode:
;; (setq shell-mode-hook
;; '((lambda ()
;; (define-key shell-mode-map "\C-ct" 'favorite-cmd))))