mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-13 09:32:47 +00:00
Revert earlier Ffset change
* src/data.c (Ffset): Allow nil again, since it caused eager macro-expansion failures.
This commit is contained in:
parent
f37f93f364
commit
3fd44333e9
@ -733,9 +733,6 @@ DEFUN ("fset", Ffset, Sfset, 2, 2, 0,
|
||||
{
|
||||
register Lisp_Object function;
|
||||
CHECK_SYMBOL (symbol);
|
||||
/* Perhaps not quite the right error signal, but seems good enough. */
|
||||
if (NILP (symbol))
|
||||
xsignal1 (Qsetting_constant, symbol);
|
||||
|
||||
function = XSYMBOL (symbol)->function;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user