Mercurial > hg > xemacs-beta
diff lisp/cl-macs.el @ 363:972bbb6d6ca2 r21-1-11
Import from CVS: tag r21-1-11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:59:28 +0200 |
parents | 182f72e8cd0d |
children | a4f53d9b3154 |
line wrap: on
line diff
--- a/lisp/cl-macs.el Mon Aug 13 10:58:41 2007 +0200 +++ b/lisp/cl-macs.el Mon Aug 13 10:59:28 2007 +0200 @@ -81,7 +81,7 @@ (function (lambda (n p f) (list 'put (list 'quote n) (list 'quote p) (list 'function (cons 'lambda f))))))) - (car (or features (setq features (list 'cl-kludge)))))) + 'xemacs)) ;;; Initialization.