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
62a29071
Commit
62a29071
authored
Dec 27, 2004
by
Richard M. Stallman
Browse files
(Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.
parent
6fd797f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/data.c
src/data.c
+1
-1
No files found.
src/data.c
View file @
62a29071
...
@@ -723,7 +723,7 @@ determined by DEFINITION. */)
...
@@ -723,7 +723,7 @@ determined by DEFINITION. */)
&& EQ (XCAR (XSYMBOL (symbol)->function), Qautoload))
&& EQ (XCAR (XSYMBOL (symbol)->function), Qautoload))
LOADHIST_ATTACH (Fcons (Qt, symbol));
LOADHIST_ATTACH (Fcons (Qt, symbol));
definition = Ffset (symbol, definition);
definition = Ffset (symbol, definition);
LOADHIST_ATTACH (symbol);
LOADHIST_ATTACH (
Fcons (Qdefun,
symbol)
)
;
if (!NILP (docstring))
if (!NILP (docstring))
Fput (symbol, Qfunction_documentation, docstring);
Fput (symbol, Qfunction_documentation, docstring);
return definition;
return definition;
...
...
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