Mercurial > hg > xemacs-beta
comparison lisp/prim/featurep.el @ 173:8eaf7971accc r20-3b13
Import from CVS: tag r20-3b13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:49:09 +0200 |
parents | 1856695b1fa9 |
children |
comparison
equal
deleted
inserted
replaced
172:a38aed19690b | 173:8eaf7971accc |
---|---|
27 | 27 |
28 ;; The #+ and #- reader macros require support code to work properly until | 28 ;; The #+ and #- reader macros require support code to work properly until |
29 ;; `featurep' is enhanced in the C code. This support code is written in | 29 ;; `featurep' is enhanced in the C code. This support code is written in |
30 ;; Lisp to make it easier to experiment with the code. | 30 ;; Lisp to make it easier to experiment with the code. |
31 | 31 |
32 ;; XEmacs: this code has been ported to C by Steve Baur. The | |
33 ;; implementations should be equivalent. | |
34 | |
35 | |
32 ;;; Code: | 36 ;;; Code: |
33 | 37 |
34 (eval-when-compile (require 'cl)) | 38 (eval-when-compile (require 'cl)) |
35 | 39 |
36 (provide (if (string-match "XEmacs" emacs-version) 'xemacs 'emacs)) | 40 (provide (if (string-match "XEmacs" emacs-version) 'xemacs 'emacs)) |