diff options
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/eieio.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/emacs-lisp/eieio.el b/lisp/emacs-lisp/eieio.el index bd318278018..60a8cef36ce 100644 --- a/lisp/emacs-lisp/eieio.el +++ b/lisp/emacs-lisp/eieio.el @@ -1393,12 +1393,6 @@ Argument FN is the function calling this verifier." (slot-unbound instance (object-class instance) slotname fn) value)) -;;; Missing types that are useful to me. -;; -(defun boolean-p (bool) - "Return non-nil if BOOL is nil or t." - (or (null bool) (eq bool t))) - ;;; Get/Set slots in an object. ;; (defmacro oref (obj slot) |