# HG changeset patch # User Richard M. Stallman # Date 754195041 0 # Node ID 220ec2f456e0b81f462d0d6dab978eb217387c03 # Parent 9672138155c1514d1c0aa972369850548411f922 Comment change. diff -r 9672138155c1 -r 220ec2f456e0 lisp/shell.el --- 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))))