aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRobin Templeton <[email protected]>2014-07-18 15:06:06 -0400
committerRobin Templeton <[email protected]>2015-04-20 00:29:02 -0400
commit6a92d676c45b440fe47f0c74db028883c14bc999 (patch)
tree3889668f1a4680a570acfe6154ff3ebe9db62e38 /lisp
parent0e2a38a135d92254367f680995ffab092919d266 (diff)
rm not definition
Diffstat (limited to 'lisp')
-rw-r--r--lisp/subr.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 70f24a8293..26d3a41ba6 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -65,8 +65,6 @@ For more information, see Info node `(elisp)Declaring Functions'."
;;;; Basic Lisp macros.
-(defalias 'not 'null)
-
(defmacro noreturn (form)
"Evaluate FORM, expecting it not to return.
If FORM does return, signal an error."