* window.c (Vwindow_point_insertion_type): New var.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 10 Jun 2008 16:08:48 +0000 (16:08 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 10 Jun 2008 16:08:48 +0000 (16:08 +0000)
commita1562258dcd1634303dae465232d87c6505d26d1
tree914320d89d7de21b7eb0895baea7336fca42dd25
parent12b139e9a83173b9461e22cc908721b2b3a04245
* window.c (Vwindow_point_insertion_type): New var.
(set_window_buffer): Use it.
(syms_of_window): Init and export it to Lisp.
* progmodes/compile.el (compilation-mode):
Set window-point-insertion-type.
(compilation-filter): Don't use insert-before-markers any more.
* emacs-lisp/trace.el (trace-make-advice):
Set window-point-insertion-type in the trace buffer.
* startup.el (normal-top-level): Set window-point-insertion-type in
*Messages*.
* net/telnet.el (telnet-mode): Set window-point-insertion-type.
(telnet-filter): Don't use insert-before-markers any more.
* comint.el (comint-mode): Set window-point-insertion-type.
(comint-output-filter): Don't use insert-before-markers any more.
* button.el (make-text-button): Allow `start' to be a string.
etc/NEWS
lisp/ChangeLog
lisp/comint.el
lisp/emacs-lisp/trace.el
lisp/net/telnet.el
lisp/progmodes/compile.el
lisp/startup.el
src/ChangeLog
src/window.c