emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/comint.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/comint.el
Date: Thu, 13 Jun 2002 05:28:36 -0400

Index: emacs/lisp/comint.el
diff -c emacs/lisp/comint.el:1.273 emacs/lisp/comint.el:1.274
*** emacs/lisp/comint.el:1.273  Wed Jun 12 05:16:51 2002
--- emacs/lisp/comint.el        Thu Jun 13 05:28:35 2002
***************
*** 384,390 ****
    :type 'boolean
    :group 'comint)
  
! (defcustom comint-mode-hook '()
    "Called upon entry into `comint-mode'
  This is run before the process is cranked up."
    :type 'hook
--- 384,390 ----
    :type 'boolean
    :group 'comint)
  
! (defcustom comint-mode-hook '(turn-on-font-lock)
    "Called upon entry into `comint-mode'
  This is run before the process is cranked up."
    :type 'hook
***************
*** 507,514 ****
    (make-local-variable 'comint-file-name-chars)
    (make-local-variable 'comint-file-name-quote-list)
    (set (make-local-variable 'comint-accum-marker) (make-marker))
-   (set (make-local-variable 'font-lock-defaults)
-        '(nil t nil nil nil (font-lock-core-only . t)))
    ;; This behavior is not useful in comint buffers, and is annoying
    (set (make-local-variable 'next-line-add-newlines) nil))
  
--- 507,512 ----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]