Mercurial > hg > xemacs-beta
comparison lisp/cl-macs.el @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | 2f8bb876ab1d |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
409:301b9ebbdf3b | 410:de805c49cfc1 |
---|---|
79 (or (fboundp 'cl-transform-function-property) | 79 (or (fboundp 'cl-transform-function-property) |
80 (defalias 'cl-transform-function-property | 80 (defalias 'cl-transform-function-property |
81 #'(lambda (n p f) | 81 #'(lambda (n p f) |
82 (list 'put (list 'quote n) (list 'quote p) | 82 (list 'put (list 'quote n) (list 'quote p) |
83 (list 'function (cons 'lambda f)))))) | 83 (list 'function (cons 'lambda f)))))) |
84 (car (or features (setq features (list 'cl-kludge)))))) | 84 'xemacs)) |
85 | 85 |
86 | 86 |
87 ;;; Initialization. | 87 ;;; Initialization. |
88 | 88 |
89 (defvar cl-old-bc-file-form nil) | 89 (defvar cl-old-bc-file-form nil) |