Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a9d3a78b
Commit
a9d3a78b
authored
Apr 15, 1997
by
Per Abrahamsen
Browse files
Fixed generation of empty dependencies lists.
parent
4cab4c5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lisp/cus-dep.el
lisp/cus-dep.el
+3
-2
No files found.
lisp/cus-dep.el
View file @
a9d3a78b
...
...
@@ -58,9 +58,10 @@ Usage: emacs -batch -l ./cus-dep.el -f custom-make-dependencies"
(insert "
")
(insert "
(
put
'
" (symbol-name symbol)
"
'custom-loads
'
(
"))
(
ins
er
t
(
prin1-to-string wh
er
e
))
(
prin1 wh
er
e
(
current-buff
er))
(push where found)))
(insert "
))
\n
")))))
(when found
(insert "
))
\n
"))))))
(insert "
\n
;;; cus-load.el ends here\n")
(
save-buffer
)
(
message
"Generating cus-load.el..."
))
...
...
Write
Preview
Markdown
is supported
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