mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
Add .HHMM to versions so changes to frequently-updated packages can be detected (fixes #250)
This commit is contained in:
parent
083fb07119
commit
efdbd825d5
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
|||
"Parse STR as a time, and format as a YYYYMMDD string."
|
||||
(message (format "%s\n" (substring-no-properties str)))
|
||||
(format-time-string
|
||||
"%Y%m%d"
|
||||
"%Y%m%d.%H%M"
|
||||
(date-to-time
|
||||
(substring-no-properties str))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue