comparison lisp/eterm/term.el @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents b82b59fe008d
children 131b0175ea99
comparison
equal deleted inserted replaced
29:7976500f47f9 30:ec9a17fef872
2966 ;;; 2966 ;;;
2967 ;;; Commands like this are fine things to put in load hooks if you 2967 ;;; Commands like this are fine things to put in load hooks if you
2968 ;;; want them present in specific modes. 2968 ;;; want them present in specific modes.
2969 2969
2970 (defvar term-completion-autolist nil 2970 (defvar term-completion-autolist nil
2971 "*If non-nil, automatically list possiblities on partial completion. 2971 "*If non-nil, automatically list possibilities on partial completion.
2972 This mirrors the optional behavior of tcsh.") 2972 This mirrors the optional behavior of tcsh.")
2973 2973
2974 (defvar term-completion-addsuffix t 2974 (defvar term-completion-addsuffix t
2975 "*If non-nil, add a `/' to completed directories, ` ' to file names. 2975 "*If non-nil, add a `/' to completed directories, ` ' to file names.
2976 This mirrors the optional behavior of tcsh.") 2976 This mirrors the optional behavior of tcsh.")