Mercurial > emacs
changeset 2565:c1a1557bffde
(Fdefine_function): Changed name back to Fdefalias, so we get things
in a known-good state.
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Fri, 23 Apr 1993 03:40:03 +0000 |
parents | 6fee7500fabd |
children | 4f201a4ab030 |
files | src/data.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/data.c Fri Apr 23 03:06:10 1993 +0000 +++ b/src/data.c Fri Apr 23 03:40:03 1993 +0000 @@ -525,7 +525,7 @@ 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 @@ defsubr (&Sboundp); defsubr (&Sfboundp); defsubr (&Sfset); - defsubr (&Sdefine_function); + defsubr (&Sdefalias); defsubr (&Ssetplist); defsubr (&Ssymbol_value); defsubr (&Sset);