Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
362:1e474c183006 | 363:972bbb6d6ca2 |
---|---|
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 (function (lambda (n p f) | 81 (function (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) |