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
79221864
Commit
79221864
authored
Jun 24, 1998
by
Andreas Schwab
Browse files
(selective-display, suggest-key-bindings,
message-log-max): Use `other' widget type.
parent
45200424
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
lisp/cus-start.el
lisp/cus-start.el
+3
-4
No files found.
lisp/cus-start.el
View file @
79221864
...
...
@@ -57,7 +57,7 @@
(
integer
:tag
"space"
:format
"%v"
1
)
(
const
:tag
"on"
t
)))
(
other
:tag
"on"
t
)))
(
selective-display-ellipses
display
boolean
)
(
transient-mark-mode
editing-basics
boolean
)
;; callint.c
...
...
@@ -123,8 +123,7 @@
(
menu-prompting
menu
boolean
)
(
suggest-key-bindings
keyboard
(
choice
(
const
:tag
"off"
nil
)
(
integer
:tag
"time"
2
)
(
sexp
:tag
"on"
:format
"%t"
)))
(
other
:tag
"on"
)))
;; lread.c
(
load-path
environment
(
repeat
(
choice
:tag
"[Current dir?]"
...
...
@@ -188,7 +187,7 @@
(
message-log-max
debug
(
choice
(
const
:tag
"Disable"
nil
)
(
integer
:menu-tag
"lines"
:format
"%v"
)
(
const
:tag
"Unlimited"
t
)))
(
other
:tag
"Unlimited"
t
)))
;; xfns.c
(
x-bitmap-file-path
installation
(
repeat
(
directory
:format
"%v"
)))))
...
...
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