1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

*** empty log message ***

This commit is contained in:
Kim F. Storm 2003-09-20 23:36:00 +00:00
parent 61f2fe7b10
commit b648413bf5
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,12 @@
2003-09-21 Kim F. Storm <storm@cua.dk>
* scroll-bar.el (set-scroll-bar-mode): Initialize to
new built-in variable default-frame-scroll-bars.
(scroll-bar-mode): Use default-frame-scroll-bars when enabling
scroll-bar-mode; notably, use it instead of t when we toggle
scroll-bars on.
(toggle-scroll-bar): Use default-frame-scroll-bars.
2003-09-19 Masatake YAMATO <jet@gyve.org>
* pcvs.el (cvs-do-removal): Change the prompt depending on

View File

@ -5,6 +5,8 @@
(syms_of_frame): DEFVAR_LISP it, and initialize according to
window-system default scroll bar position.
* window.c (Fwindow_scroll_bars): Doc fix.
2003-09-19 Dave Love <fx@gnu.org>
* alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.