summaryrefslogtreecommitdiff
path: root/lisp/shell.el
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
commitf54a5fddf1b401d2265a1c918d5a58ae782e4c0c (patch)
tree590bc5891af25e53cd69fd3395e302626cb05f20 /lisp/shell.el
parentdf252ed5514058c4a4e5059b7f962307251bfaa6 (diff)
downloademacs-f54a5fddf1b401d2265a1c918d5a58ae782e4c0c.tar.gz
Comment change.
Diffstat (limited to 'lisp/shell.el')
-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))))