mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-30 19:53:09 +00:00
Clean up eieio-custom slightly
* lisp/emacs-lisp/eieio-custom.el: Remove commented out code.
This commit is contained in:
parent
4e0baad410
commit
b67a6cb8dd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user