aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/shell.el
diff options
context:
space:
mode:
authorEric S. Raymond1992-07-16 21:47:34 +0000
committerEric S. Raymond1992-07-16 21:47:34 +0000
commite516799970be4553edae8ca46d5f64852befec77 (patch)
treed43d904ac4a87a1be2f4c0375b3f70928f952cf1 /lisp/shell.el
parentde49a6d37ea9c3111763e38df15e50a7fb9fa5c5 (diff)
downloademacs-e516799970be4553edae8ca46d5f64852befec77.tar.gz
emacs-e516799970be4553edae8ca46d5f64852befec77.zip
*** empty log message ***
Diffstat (limited to 'lisp/shell.el')
-rw-r--r--lisp/shell.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/shell.el b/lisp/shell.el
index 3279c1dfc81..3a5968e0b6b 100644
--- a/lisp/shell.el
+++ b/lisp/shell.el
@@ -9,7 +9,7 @@
9 9
10;;; GNU Emacs is free software; you can redistribute it and/or modify 10;;; GNU Emacs is free software; you can redistribute it and/or modify
11;;; it under the terms of the GNU General Public License as published by 11;;; it under the terms of the GNU General Public License as published by
12;;; the Free Software Foundation; either version 1, or (at your option) 12;;; the Free Software Foundation; either version 2, or (at your option)
13;;; any later version. 13;;; any later version.
14 14
15;;; GNU Emacs is distributed in the hope that it will be useful, 15;;; GNU Emacs is distributed in the hope that it will be useful,
@@ -579,7 +579,7 @@ This is a good place to put keybindings.")
579;;; The variables and functions that were changed to have "cmushell-" 579;;; The variables and functions that were changed to have "cmushell-"
580;;; prefixes are: 580;;; prefixes are:
581;;; shell-directory-stack (v), shell-directory-tracker (f) 581;;; shell-directory-stack (v), shell-directory-tracker (f)
582;;; This should not affect users, only elisp hackers. Hopefully 582;;; This should not affect users, only Emacs Lisp hackers. Hopefully
583;;; one day shell.el will just go away, and we can drop all this 583;;; one day shell.el will just go away, and we can drop all this
584;;; "cmushell" bullshit. 584;;; "cmushell" bullshit.
585;;; - Upgraded process sends to use comint-send-string instead of 585;;; - Upgraded process sends to use comint-send-string instead of