comparison lisp/cus-start.el @ 69440:4c675b9920d8

(all): Delete :version keyword for members of the fringe group, since the entire group is new in 22.1.
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 12 Mar 2006 14:35:31 +0000
parents 64799e14a115
children 21ad7a1f7028 203c9b24206b a802c5505156
comparison
equal deleted inserted replaced
69439:9aedc27ef9dc 69440:4c675b9920d8
50 (left-margin fill integer) 50 (left-margin fill integer)
51 (tab-width editing-basics integer) 51 (tab-width editing-basics integer)
52 (ctl-arrow display boolean) 52 (ctl-arrow display boolean)
53 (truncate-lines display boolean) 53 (truncate-lines display boolean)
54 (selective-display-ellipses display boolean) 54 (selective-display-ellipses display boolean)
55 (indicate-empty-lines fringe boolean "21.1") 55 (indicate-empty-lines fringe boolean)
56 (indicate-buffer-boundaries 56 (indicate-buffer-boundaries
57 fringe 57 fringe
58 (choice 58 (choice
59 (const :tag "No indicators" nil) 59 (const :tag "No indicators" nil)
60 (const :tag "On left, with arrows" left) 60 (const :tag "On left, with arrows" left)
89 (choice :tag "Down arrow" 89 (choice :tag "Down arrow"
90 :value (down . left) 90 :value (down . left)
91 (const :tag "Do not show" (down . nil)) 91 (const :tag "Do not show" (down . nil))
92 (const :tag "On the left" (down . left)) 92 (const :tag "On the left" (down . left))
93 (const :tag "On the right" (down . right)))) 93 (const :tag "On the right" (down . right))))
94 (other :tag "On left, no arrows" t)) 94 (other :tag "On left, no arrows" t)))
95 "22.1")
96 (scroll-up-aggressively windows 95 (scroll-up-aggressively windows
97 (choice (const :tag "off" nil) number) 96 (choice (const :tag "off" nil) number)
98 "21.1") 97 "21.1")
99 (scroll-down-aggressively windows 98 (scroll-down-aggressively windows
100 (choice (const :tag "off" nil) number) 99 (choice (const :tag "off" nil) number)
172 (sexp :tag "Value")))) 171 (sexp :tag "Value"))))
173 (mouse-highlight mouse (choice (const :tag "disabled" nil) 172 (mouse-highlight mouse (choice (const :tag "disabled" nil)
174 (const :tag "always shown" t) 173 (const :tag "always shown" t)
175 (other :tag "hidden by keypress" 1))) 174 (other :tag "hidden by keypress" 1)))
176 ;; fringe.c 175 ;; fringe.c
177 (overflow-newline-into-fringe fringe boolean "22.1") 176 (overflow-newline-into-fringe fringe boolean)
178 ;; indent.c 177 ;; indent.c
179 (indent-tabs-mode fill boolean) 178 (indent-tabs-mode fill boolean)
180 ;; keyboard.c 179 ;; keyboard.c
181 (meta-prefix-char keyboard character) 180 (meta-prefix-char keyboard character)
182 (auto-save-interval auto-save integer) 181 (auto-save-interval auto-save integer)