changeset 5163:220ec2f456e0

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Thu, 25 Nov 1993 02:37:21 +0000
parents 9672138155c1
children 04d6b9e7782a
files lisp/shell.el
diffstat 1 files changed, 1 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/shell.el	Wed Nov 24 23:41:42 1993 +0000
+++ b/lisp/shell.el	Thu Nov 25 02:37:21 1993 +0000
@@ -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))))