Mercurial > hg > xemacs-beta
diff lisp/comint/comint.el @ 34:d620409f5eb8 r19-15b100
Import from CVS: tag r19-15b100
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:53:20 +0200 |
parents | e04119814345 |
children | 56c54cf7c5b6 |
line wrap: on
line diff
--- a/lisp/comint/comint.el Mon Aug 13 08:52:58 2007 +0200 +++ b/lisp/comint/comint.el Mon Aug 13 08:53:20 2007 +0200 @@ -355,21 +355,6 @@ (put 'comint-scroll-show-maximum-output 'permanent-local t) (put 'comint-ptyp 'permanent-local t) -(defface comint-input-face '((((class color) - (background dark)) - (:foreground "red")) - (((class color) - (background light)) - (:foreground "blue")) - (((class mono)) - (:bold t)) - (((class grayscale)) - (:bold t)) - (t - (:bold t))) - "How to display user input for comint shells." - :group 'comint-input-face) - (defun comint-mode () @@ -1384,6 +1369,7 @@ (defun comint-input-setup () "Insure the comint-input-extent is ready." + (require 'comint-xemacs) (setq comint-input-extent (make-extent (point) (point-max))) (set-extent-property comint-input-extent 'detachable nil) (set-extent-property comint-input-extent 'start-closed t)