Mercurial > emacs
diff src/data.c @ 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 | b66eeded6afc |
| children | 6bf6499fe4db |
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);
