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
57cf354d
Commit
57cf354d
authored
May 11, 1994
by
Karl Heuer
Browse files
(update-file-autoloads): Delete leftover variable.
parent
d59698c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
lisp/emacs-lisp/autoload.el
lisp/emacs-lisp/autoload.el
+1
-2
No files found.
lisp/emacs-lisp/autoload.el
View file @
57cf354d
...
...
@@ -310,8 +310,7 @@ autoloads go somewhere else.")
(
if
(
interactive-p
)
(
message
file
" has no autoloads"
))
t
))))
(
generate-file-autoloads
file
))
(
setq
done
t
)))
(
generate-file-autoloads
file
))))
(
if
(
interactive-p
)
(
save-buffer
))
(
if
(
and
(
null
existing-buffer
)
(
setq
existing-buffer
(
get-file-buffer
file
)))
...
...
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