Skip to content
GitLab
Menu
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
397cb709
Commit
397cb709
authored
Jun 05, 2000
by
David Byers
Browse files
Removed zerop in utilities.el
parent
f76fa4ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/utilities.el
View file @
397cb709
...
...
@@ -536,7 +536,7 @@ A number means use that text as the default."
(
lyskom-default-value
'lyskom-current-text
))))))
;; If the default is *still* zero, then we really can't figure
;; one out, so set it to nil.
(
when
(
zerop
default
)
(
setq
default
nil
))
(
when
(
eq
0
default
)
(
setq
default
nil
))
(
cond
((
null
current-prefix-arg
)
(
if
(
or
always-read
...
...
Write
Preview
Supports
Markdown
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