changeset 77068:1ab9d1057ad0

2007-04-08 Martin Rudalics <rudalics@gmx.at> * cus-start.el <scroll-preserve-screen-position>: Add choices.
author Kim F. Storm <storm@cua.dk>
date Sun, 08 Apr 2007 22:02:42 +0000
parents b92d7de27719
children 50bb3d12f1b1
files lisp/cus-start.el
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-start.el	Sun Apr 08 22:02:29 2007 +0000
+++ b/lisp/cus-start.el	Sun Apr 08 22:02:42 2007 +0000
@@ -338,7 +338,11 @@
 	     (split-height-threshold windows integer)
 	     (window-min-height windows integer)
 	     (window-min-width windows integer)
-	     (scroll-preserve-screen-position windows boolean)
+ 	     (scroll-preserve-screen-position
+ 	      windows (choice
+ 		       (const :tag "Off (nil)" :value nil)
+ 		       (const :tag "Full screen (t)" :value t)
+ 		       (other :tag "Always" 1)))
 	     (display-buffer-reuse-frames windows boolean "21.1")
 	     ;; xdisp.c
 	     (scroll-step windows integer)