comparison lisp/very-early-lisp.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
29 29
30 ;; This file must be loaded by temacs if temacs is to process bytecode 30 ;; This file must be loaded by temacs if temacs is to process bytecode
31 ;; or dumped-lisp.el files. 31 ;; or dumped-lisp.el files.
32 32
33 ;;; Code: 33 ;;; Code:
34
35 (define-function 'defalias 'define-function)
36 34
37 ;;; Macros from Michael Sperber to replace read-time Lisp reader macros #-, #+ 35 ;;; Macros from Michael Sperber to replace read-time Lisp reader macros #-, #+
38 ;;; ####fixme duplicated in make-docfile.el and update-elc.el 36 ;;; ####fixme duplicated in make-docfile.el and update-elc.el
39 (defmacro assemble-list (&rest components) 37 (defmacro assemble-list (&rest components)
40 "Assemble a list from COMPONENTS. 38 "Assemble a list from COMPONENTS.