]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Thu, 25 Nov 1993 02:37:21 +0000 (02:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 25 Nov 1993 02:37:21 +0000 (02:37 +0000)
lisp/shell.el

index 56788e60208f59b9868b00355be980c50c4d7e81..b4a65ed4f2ed7f7a6fba60f0e2bc9f4e3cde75c7 100644 (file)
 ;;=============================================================================
 ;; 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))))