]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fbyte_code): Remove keyword_symbols_constant_flag.
authorGerd Moellmann <gerd@gnu.org>
Wed, 23 Feb 2000 10:42:36 +0000 (10:42 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 23 Feb 2000 10:42:36 +0000 (10:42 +0000)
src/bytecode.c

index 06f644e1481a607f7276d07c84e21c01ef58a97c..cb90daaba97f7a204a7584ba26b0f22ed97a35e6 100644 (file)
@@ -562,7 +562,6 @@ If the third argument is incorrect, Emacs may crash.")
        varset:
          {
            Lisp_Object sym, val;
-           extern int keyword_symbols_constant_flag;
              
            sym = vectorp[op];
            val = POP;
@@ -579,7 +578,6 @@ If the third argument is incorrect, Emacs may crash.")
                && !EQ (sym, Qt)
                && !(XSYMBOL (sym)->name->data[0] == ':'
                     && EQ (XSYMBOL (sym)->obarray, initial_obarray)
-                    && keyword_symbols_constant_flag
                     && !EQ (val, sym)))
              XSYMBOL (sym)->value = val;
            else