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
0c5ab87c
Commit
0c5ab87c
authored
Nov 12, 2001
by
Ulrik Haugen
Browse files
don't bother to set the lyskom-button-text property for timestamps.
parent
24bba9c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
0c5ab87c
2001-10-16 Ulrik Haugen <qha@lysator.liu.se>
* lyskom-buttons.el (lyskom-default-button): don't bother to set
the lyskom-button-text property for timestamps.
2001-11-04 Johan Sundstrm <jhs@lysator.liu.se>
* vars.el.in (kom-review-marks-texts-as-read): New variable.
...
...
src/lyskom-buttons.el
View file @
0c5ab87c
...
...
@@ -548,11 +548,13 @@ up."
(
setq
face
'kom-text-face
subtle
t
)
(
cond
((
null
arg
)
(
setq
xarg
(
current-time
)
text
(
format-time-string
"%Y-%m-%d %H:%M"
)))
;text (format-time-string "%Y-%m-%d %H:%M")
))
(
t
(
setq
xarg
arg
text
(
format-time-string
"%Y-%m-%d %H:%M"
arg
)))))
(
t
(
setq
xarg
arg
text
""
)))
;text (format-time-string "%Y-%m-%d %H:%M" arg)
))))
(
t
(
setq
xarg
arg
text
""
)))
(
lyskom-generate-button
type
xarg
text
face
menu-title
subtle
))))
...
...
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