From 722ff82f446de770eac44493fee9f4f49a963e51 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 30 Sep 2009 15:29:50 +0000 Subject: * emacs-lisp/eieio.el (boolean-p): Deleted. * cedet/ede/srecode.el: Fix provide statement. --- lisp/emacs-lisp/eieio.el | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lisp/emacs-lisp') 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) -- cgit v1.2.3