Changeset 4169 for trunk/lisp/comint.el
- Timestamp:
- 2006年09月30日 09時12分06秒 (2 years ago)
- Files:
-
- trunk/lisp (modified) (1 prop)
- trunk/lisp/comint.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp
- Property svn:ignore changed from
*.elc
MANIFEST
Makefile
Makefile.unix
makefile
elc.tar.gz
cus-load.el
finder-inf.el
subdirs.el
loaddefs.el
to
*.elc
MANIFEST
Makefile
Makefile.unix
makefile
elc.tar.gz
cus-load.el
finder-inf.el
subdirs.el
loaddefs.el
pre-mh-loaddefs.el-CMD
- Property svn:ignore changed from
trunk/lisp/comint.el
r4166 r4169 651 651 (make-local-variable 'comint-file-name-chars) 652 652 (make-local-variable 'comint-file-name-quote-list) 653 (set (make-local-variable 'comint-accum-marker) (make-marker)) 653 (make-local-variable 'comint-accum-marker) 654 (setq comint-accum-marker (make-marker)) 655 (make-local-variable 'font-lock-defaults) 656 (setq font-lock-defaults '(nil)) 654 657 (add-hook 'change-major-mode-hook 'font-lock-defontify nil t) 655 658 ;; This behavior is not useful in comint buffers, and is annoying
