Mercurial > hg > xemacs-beta
comparison lisp/version.el @ 380:8626e4521993 r21-2-5
Import from CVS: tag r21-2-5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:07:10 +0200 |
parents | cc15677e0335 |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
379:76b7d63099ad | 380:8626e4521993 |
---|---|
123 | 123 |
124 ;; Put the emacs version number into the `pure[]' array in a form that | 124 ;; Put the emacs version number into the `pure[]' array in a form that |
125 ;; `what(1)' can extract from the executable or a core file. We don't | 125 ;; `what(1)' can extract from the executable or a core file. We don't |
126 ;; actually need this to be pointed to from lisp; pure objects can't | 126 ;; actually need this to be pointed to from lisp; pure objects can't |
127 ;; be GCed. | 127 ;; be GCed. |
128 (or (memq system-type '(vax-vms windows-nt ms-dos)) | 128 (or (memq system-type '(windows-nt ms-dos)) |
129 (purecopy (concat "\n@" "(#)" (emacs-version) | 129 (purecopy (concat "\n@" "(#)" (emacs-version) |
130 "\n@" "(#)" "Configuration: " | 130 "\n@" "(#)" "Configuration: " |
131 system-configuration "\n"))) | 131 system-configuration "\n"))) |
132 | 132 |
133 ;;Local variables: | 133 ;;Local variables: |