Do not allow nil to be defined as a function
commitba8e883fa30f1267c27751c1ee9df25a5dde4c0c
authorGlenn Morris <rgm@gnu.org>
Sun, 11 Dec 2016 02:58:24 +0000 (10 18:58 -0800)
committerGlenn Morris <rgm@gnu.org>
Sun, 11 Dec 2016 02:58:24 +0000 (10 18:58 -0800)
treedb838795f653937c63996857babbe636b1d106d6
parent010733616543f86aed9e351d5754d02864c2ea26
Do not allow nil to be defined as a function

* lisp/emacs-lisp/byte-run.el (defun):
* src/data.c (Ffset): Do not allow "nil".  (Bug#25110)
lisp/emacs-lisp/byte-run.el
src/data.c