Mercurial > hg > xemacs-beta
comparison lisp/eterm/term.el @ 4:b82b59fe008d r19-15b3
Import from CVS: tag r19-15b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:56 +0200 |
parents | ac2d302a0011 |
children | ec9a17fef872 |
comparison
equal
deleted
inserted
replaced
3:30df88044ec6 | 4:b82b59fe008d |
---|---|
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 |