Mercurial > emacs
changeset 3529:36fe8e57f020
(Ffset): Delete special check for t and nil.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 06 Jun 1993 22:50:55 +0000 |
parents | aad9fd004281 |
children | f97becb02ca6 |
files | src/data.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/data.c Sun Jun 06 22:47:15 1993 +0000 +++ b/src/data.c Sun Jun 06 22:50:55 1993 +0000 @@ -521,8 +521,6 @@ register Lisp_Object sym, newdef; { CHECK_SYMBOL (sym, 0); - if (NILP (sym) || EQ (sym, Qt)) - return Fsignal (Qsetting_constant, Fcons (sym, Qnil)); if (!NILP (Vautoload_queue) && !EQ (XSYMBOL (sym)->function, Qunbound)) Vautoload_queue = Fcons (Fcons (sym, XSYMBOL (sym)->function),