/[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.73 by teirllm, Mon Aug 1 17:20:04 2005 UTC revision 1.74 by teirllm, Mon Aug 1 18:40:16 2005 UTC
# Line 72  since it could result in memory overflow Line 72  since it could result in memory overflow
72                 (const :tag "No indicators" nil)                 (const :tag "No indicators" nil)
73                 (const :tag "On left, with arrows" left)                 (const :tag "On left, with arrows" left)
74                 (const :tag "On right, with arrows" right)                 (const :tag "On right, with arrows" right)
75                 (const :tag "On left, no arrows" t)                 (set :tag "Pick your own design"
                (set :tag "Other"  
76                      (choice :tag "Default"                      (choice :tag "Default"
77                              :value (t . left)                              :value (t . left)
78                              (const :tag "Do not show" (t . nil))                              (const :tag "Do not show" (t . nil))
# Line 98  since it could result in memory overflow Line 97  since it could result in memory overflow
97                              :value (down . left)                              :value (down . left)
98                              (const :tag "Do not show" (down . nil))                              (const :tag "Do not show" (down . nil))
99                              (const :tag "On the left" (down . left))                              (const :tag "On the left" (down . left))
100                              (const :tag "On the right" (down . right)))))                              (const :tag "On the right" (down . right))))
101                   (other :tag "On left, no arrows" t))
102                "22.1")                "22.1")
103               (scroll-up-aggressively windows               (scroll-up-aggressively windows
104                                       (choice (const :tag "off" nil) number)                                       (choice (const :tag "off" nil) number)

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

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