Mercurial > hg > xemacs-beta
diff lisp/eterm/term.el @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | ec9a17fef872 |
children | c0c698873ce1 |
line wrap: on
line diff
--- a/lisp/eterm/term.el Mon Aug 13 09:00:04 2007 +0200 +++ b/lisp/eterm/term.el Mon Aug 13 09:02:59 2007 +0200 @@ -2968,7 +2968,7 @@ ;;; want them present in specific modes. (defvar term-completion-autolist nil - "*If non-nil, automatically list possibilities on partial completion. + "*If non-nil, automatically list possiblities on partial completion. This mirrors the optional behavior of tcsh.") (defvar term-completion-addsuffix t @@ -3197,7 +3197,7 @@ (set-window-configuration conf)) (if (eq first ?\ ) (set-window-configuration conf) - (setq unread-command-events (append key nil))))))) + (setq unread-command-events (listify-key-sequence key))))))) ;;; Converting process modes to use term mode ;;; ===========================================================================