This section describes a feature from GNU Emacs 19 which this package makes available in other versions of Emacs.
This function sets symbol's function cell to function. It is equivalent to
fset, except that in GNU Emacs 19 it also records the setting inload-historyso that it can be undone by a laterunload-feature.In other versions of Emacs,
defaliasis a synonym forfset.