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
8a4a5d14
Commit
8a4a5d14
authored
Feb 24, 2002
by
Joel Rosdahl
Browse files
Commented out code that generated a compilation warning.
parent
376de2b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
8a4a5d14
2002-02-24 Joel Rosdahl <joel@lysator.liu.se>
* mship-edit.el (lyskom-read-time): Commented out code that
generated a compilation warning.
* vars.el.in (kom-server-aliases): Added com.lysator.liu.se.
* swedish-strings.el: Corrected terminology in
...
...
src/mship-edit.el
View file @
8a4a5d14
...
...
@@ -1552,7 +1552,11 @@ Medlemskap f
(time nil))
(while (not time)
(setq data (read-from-minibuffer prompt data))
(setq time (parse-time-string data))
; Removed to avoid a compilation warning. /Joel
; (setq time (parse-time-string data))
(error "
parse-time-string
not
defined
")
(if (not (or (elt time 4) (elt time 5)))
(setq time nil)
(setq time
...
...
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