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
96c3ed60
Commit
96c3ed60
authored
Jul 01, 1994
by
Richard M. Stallman
Browse files
(unload-feature): The autoload property does not
tart with `autoload'.
parent
23b04eac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/loadhist.el
lisp/loadhist.el
+1
-1
No files found.
lisp/loadhist.el
View file @
96c3ed60
...
...
@@ -104,7 +104,7 @@ is nil, raise an error."
((
fboundp
x
)
(
fmakunbound
x
)
(
let
((
aload
(
get
x
'autoload
)))
(
if
aload
(
fset
x
aload
))))))
(
if
aload
(
fset
x
(
cons
'autoload
aload
))))))
)
)
(
cdr
flist
))))
...
...
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