From: Richard M. Stallman Date: Thu, 25 Nov 1993 02:37:21 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-19.34~10688 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3bede93e156e5633e15a87f561bc48e3c3a9ea6b;p=emacs.git Comment change. --- 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))))