mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-28 01:00:52 -07:00
(Fdefine_function): Changed name back to Fdefalias, so we get things
in a known-good state.
This commit is contained in:
parent
e12f351912
commit
80df38a283
1 changed files with 2 additions and 2 deletions
|
|
@ -525,7 +525,7 @@ DEFUN ("fset", Ffset, Sfset, 2, 2, 0,
|
|||
return newdef;
|
||||
}
|
||||
|
||||
DEFUN ("define-function", Fdefine_function, Sdefine_function, 2, 2, 0,
|
||||
DEFUN ("defalias", Fdefalias, Sdefalias, 2, 2, 0,
|
||||
"Set SYMBOL's function definition to NEWVAL, and return NEWVAL.\n\
|
||||
Associates the function with the current load file, if any.")
|
||||
(sym, newdef)
|
||||
|
|
@ -2153,7 +2153,7 @@ syms_of_data ()
|
|||
defsubr (&Sboundp);
|
||||
defsubr (&Sfboundp);
|
||||
defsubr (&Sfset);
|
||||
defsubr (&Sdefine_function);
|
||||
defsubr (&Sdefalias);
|
||||
defsubr (&Ssetplist);
|
||||
defsubr (&Ssymbol_value);
|
||||
defsubr (&Sset);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue