Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
e2219901
Commit
e2219901
authored
Apr 21, 2001
by
Joel Rosdahl
Browse files
Set default values for mark association widget.
parent
79c99c51
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
e2219901
2001-04-21 Joel Rosdahl <joel@rosdahl.net>
* option-edit.el (lyskom-widget-mark-association-action): Set
default values.
* vars.el.in (kom-default-mark): New default value: ask for mark
type.
...
...
src/option-edit.el
View file @
e2219901
...
...
@@ -1516,11 +1516,13 @@ customize buffer but do not save them to the server."
(
widget-value-set
widget
(
cons
(
lyskom-read-string
(
widget-get
widget
'
:mark-key-prompt
))
(
lyskom-read-string
(
widget-get
widget
'
:mark-key-prompt
)
(
car
(
widget-value
widget
)))
(
lyskom-read-num-range
0
255
(
widget-get
widget
'
:mark-value-prompt
)
t
)))
t
(
cdr
(
widget-value
widget
)))))
(
widget-setup
))
(
defun
lyskom-widget-mark-association-match
(
widget
value
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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