aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kifer2002-10-28 02:08:02 +0000
committerMichael Kifer2002-10-28 02:08:02 +0000
commit6de0156c569124a413905e29fa75267698bec4e4 (patch)
tree3939bb4ddec79f9e9a2988d6ef52c3f220288fba
parent6f37d17b4527ec4c24d57112e6cad78bad342d3b (diff)
downloademacs-6de0156c569124a413905e29fa75267698bec4e4.tar.gz
emacs-6de0156c569124a413905e29fa75267698bec4e4.zip
2002-10-27 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-wind.el (ediff-control-frame-parameters): added scrollbar-height.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/ediff-wind.el1
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 20c2f6df45c..2f2c7c012fe 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12002-10-27 Michael Kifer <kifer@cs.stonybrook.edu>
2
3 * ediff-wind.el (ediff-control-frame-parameters): added scrollbar-height.
4
12002-10-27 Andreas Schwab <schwab@suse.de> 52002-10-27 Andreas Schwab <schwab@suse.de>
2 6
3 * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L 7 * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
diff --git a/lisp/ediff-wind.el b/lisp/ediff-wind.el
index 723ae577767..9e959265390 100644
--- a/lisp/ediff-wind.el
+++ b/lisp/ediff-wind.el
@@ -155,6 +155,7 @@ In this case, Ediff will use those frames to display these buffers."
155 '(user-position . t) ; Emacs only 155 '(user-position . t) ; Emacs only
156 '(vertical-scroll-bars . nil) ; Emacs only 156 '(vertical-scroll-bars . nil) ; Emacs only
157 '(scrollbar-width . 0) ; XEmacs only 157 '(scrollbar-width . 0) ; XEmacs only
158 '(scrollbar-height . 0) ; XEmacs only
158 '(menu-bar-lines . 0) ; Emacs only 159 '(menu-bar-lines . 0) ; Emacs only
159 '(tool-bar-lines . 0) ; Emacs 21+ only 160 '(tool-bar-lines . 0) ; Emacs 21+ only
160 ;; don't lower but auto-raise 161 ;; don't lower but auto-raise