Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3233c063
Commit
3233c063
authored
Aug 01, 2005
by
Luc Teirlinck
Browse files
(all): Prevent bug if user sets `indicate-buffer-boundaries' outside Custom.
parent
eb94dac6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/cus-start.el
lisp/cus-start.el
+3
-3
No files found.
lisp/cus-start.el
View file @
3233c063
...
...
@@ -72,8 +72,7 @@ since it could result in memory overflow and make Emacs crash."
(const :tag "
No
indicators
" nil)
(const :tag "
On
left,
with
arrows
" left)
(const :tag "
On
right,
with
arrows
" right)
(const :tag "
On
left,
no
arrows
" t)
(set :tag "
Other
"
(set :tag "
Pick
your
own
design
"
(choice :tag "
Default
"
:value (t . left)
(const :tag "
Do
not
show
" (t . nil))
...
...
@@ -98,7 +97,8 @@ since it could result in memory overflow and make Emacs crash."
:value (down . left)
(const :tag "
Do
not
show
" (down . nil))
(const :tag "
On
the
left
" (down . left))
(const :tag "
On
the
right
" (down . right)))))
(const :tag "
On
the
right
" (down . right))))
(other :tag "
On
left,
no
arrows
" t))
"
22.1
")
(scroll-up-aggressively windows
(choice (const :tag "
off
" nil) number)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment