From 3bede93e156e5633e15a87f561bc48e3c3a9ea6b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 25 Nov 1993 02:37:21 +0000 Subject: [PATCH] Comment change. --- lisp/shell.el | 11 +---------- 1 file changed, 1 insertion(+), 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)))) -- 2.39.5