/[emacs]/emacs/lisp/comint.el
ViewVC logotype

Diff of /emacs/lisp/comint.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.283 by miles, Wed Aug 28 04:40:42 2002 UTC revision 1.284 by rms, Tue Sep 10 16:44:58 2002 UTC
# Line 507  Entry to this mode runs the hooks on `co Line 507  Entry to this mode runs the hooks on `co
507    (make-local-variable 'comint-file-name-chars)    (make-local-variable 'comint-file-name-chars)
508    (make-local-variable 'comint-file-name-quote-list)    (make-local-variable 'comint-file-name-quote-list)
509    (set (make-local-variable 'comint-accum-marker) (make-marker))    (set (make-local-variable 'comint-accum-marker) (make-marker))
510      (add-hook 'change-major-mode-hook 'font-lock-defontify nil t)
511    ;; This behavior is not useful in comint buffers, and is annoying    ;; This behavior is not useful in comint buffers, and is annoying
512    (set (make-local-variable 'next-line-add-newlines) nil))    (set (make-local-variable 'next-line-add-newlines) nil))
513    

Legend:
Removed from v.1.283  
changed lines
  Added in v.1.284

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26