comparison lisp/eterm/term.el @ 76:c0c698873ce1 r20-0b33

Import from CVS: tag r20-0b33
author cvs
date Mon, 13 Aug 2007 09:05:10 +0200
parents 131b0175ea99
children 360340f9fd5f
comparison
equal deleted inserted replaced
75:a4e0195b387b 76:c0c698873ce1
3195 (progn 3195 (progn
3196 (mouse-choose-completion first) 3196 (mouse-choose-completion first)
3197 (set-window-configuration conf)) 3197 (set-window-configuration conf))
3198 (if (eq first ?\ ) 3198 (if (eq first ?\ )
3199 (set-window-configuration conf) 3199 (set-window-configuration conf)
3200 (setq unread-command-events (listify-key-sequence key))))))) 3200 (setq unread-command-events (append key nil)))))))
3201 3201
3202 ;;; Converting process modes to use term mode 3202 ;;; Converting process modes to use term mode
3203 ;;; =========================================================================== 3203 ;;; ===========================================================================
3204 ;;; Renaming variables 3204 ;;; Renaming variables
3205 ;;; Most of the work is renaming variables and functions. These are the common 3205 ;;; Most of the work is renaming variables and functions. These are the common