Clean up eieio-custom slightly

* lisp/emacs-lisp/eieio-custom.el: Remove commented out code.
This commit is contained in:
Lars Ingebrigtsen 2019-06-20 01:13:51 +02:00
parent 4e0baad410
commit b67a6cb8dd

View file

@ -37,11 +37,6 @@
;;; Compatibility
;; (eval-and-compile
;; (if (featurep 'xemacs)
;; (defalias 'eieio-overlay-lists (lambda () (list (extent-list))))
;; (defalias 'eieio-overlay-lists 'overlay-lists)))
;;; Code:
(defclass eieio-widget-test-class nil
((a-string :initarg :a-string