diff lisp/cus-start.el @ 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 e3694f1cb928
children 0ab3d57d551f a01517ba35e8 dc002877ce12 4ef881a120fe
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)