comparison lisp/eshell/esh-ext.el @ 89983:0796fc36c2bd

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-43 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-553 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-557 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-558 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-559 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-561 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-30 Update from CVS
author Miles Bader <miles@gnu.org>
date Tue, 21 Sep 2004 09:34:12 +0000
parents 68c22ea6027c a9bbdf07a7d6
children 01137c1fdbe9
comparison
equal deleted inserted replaced
89982:56440e073a4d 89983:0796fc36c2bd
148 :type 'integer 148 :type 'integer
149 :group 'eshell-ext) 149 :group 'eshell-ext)
150 150
151 (defcustom eshell-explicit-command-char ?* 151 (defcustom eshell-explicit-command-char ?*
152 "*If this char occurs before a command name, call it externally. 152 "*If this char occurs before a command name, call it externally.
153 That is, although vi may be an alias, *vi will always call the 153 That is, although `vi' may be an alias, `\vi' will always call the
154 external version. UNIX users may prefer this variable to be \." 154 external version."
155 :type 'character 155 :type 'character
156 :group 'eshell-ext) 156 :group 'eshell-ext)
157 157
158 ;;; Functions: 158 ;;; Functions:
159 159