Show
Ignore:
Timestamp:
2006年09月30日 09時12分06秒 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

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
  • trunk/lisp/comint.el

    r4166 r4169  
    651651  (make-local-variable 'comint-file-name-chars) 
    652652  (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)) 
    654657  (add-hook 'change-major-mode-hook 'font-lock-defontify nil t) 
    655658  ;; This behavior is not useful in comint buffers, and is annoying