/[emacs]/emacs/lisp/cus-start.el
ViewVC logotype

Diff of /emacs/lisp/cus-start.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.72 by rms, Thu Jul 7 22:04:28 2005 UTC revision 1.73 by teirllm, Mon Aug 1 17:20:04 2005 UTC
# Line 65  since it could result in memory overflow Line 65  since it could result in memory overflow
65               (ctl-arrow display boolean)               (ctl-arrow display boolean)
66               (truncate-lines display boolean)               (truncate-lines display boolean)
67               (selective-display-ellipses display boolean)               (selective-display-ellipses display boolean)
68               (indicate-empty-lines display boolean "21.1")               (indicate-empty-lines fringe boolean "21.1")
69                 (indicate-buffer-boundaries
70                  fringe
71                  (choice
72                   (const :tag "No indicators" nil)
73                   (const :tag "On left, with arrows" left)
74                   (const :tag "On right, with arrows" right)
75                   (const :tag "On left, no arrows" t)
76                   (set :tag "Other"
77                        (choice :tag "Default"
78                                :value (t . left)
79                                (const :tag "Do not show" (t . nil))
80                                (const :tag "On the left" (t . left))
81                                (const :tag "On the right" (t . right)))
82                        (choice :tag "Top"
83                                :value (top . left)
84                                (const :tag "Do not show" (top . nil))
85                                (const :tag "On the left" (top . left))
86                                (const :tag "On the right" (top . right)))
87                        (choice :tag "Bottom"
88                                :value (bottom . left)
89                                (const :tag "Do not show" (bottom . nil))
90                                (const :tag "On the left" (bottom . left))
91                                (const :tag "On the right" (bottom . right)))
92                        (choice :tag "Up arrow"
93                                :value (up . left)
94                                (const :tag "Do not show" (up . nil))
95                                (const :tag "On the left" (up . left))
96                                (const :tag "On the right" (up . right)))
97                        (choice :tag "Down arrow"
98                                :value (down . left)
99                                (const :tag "Do not show" (down . nil))
100                                (const :tag "On the left" (down . left))
101                                (const :tag "On the right" (down . right)))))
102                  "22.1")
103               (scroll-up-aggressively windows               (scroll-up-aggressively windows
104                                       (choice (const :tag "off" nil) number)                                       (choice (const :tag "off" nil) number)
105                                       "21.1")                                       "21.1")

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26