diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-10-02 06:30:53 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-10-02 06:30:53 -0700 |
commit | 19b8654f3cc6b51e8c22138b42bee7031bef151a (patch) | |
tree | f13ac18facac098a0170de7bac7945ab6f03766e /genvim.txr | |
parent | 08ab2f0565a0ca837971b4d042fed2a381292eca (diff) | |
download | txr-19b8654f3cc6b51e8c22138b42bee7031bef151a.tar.gz txr-19b8654f3cc6b51e8c22138b42bee7031bef151a.tar.bz2 txr-19b8654f3cc6b51e8c22138b42bee7031bef151a.zip |
bugfix: macro-time not bound as special operator.
* eval.c (eval_init): Bind macro-time to op_error.
* genvim.txr: No longer manually add macro-time to
txl-orig-sym.
Diffstat (limited to 'genvim.txr')
-rw-r--r-- | genvim.txr | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -18,7 +18,6 @@ static void dir_tables_init(void) (append-each ((sym (package-symbols pkg))) (when (or (boundp sym) (fboundp sym) (constantp sym)) (list sym))))) -@(do (set [txl-orig-sym 0..0] '(macro-time))) @(bind txl-sym @(append-each ((sym txl-orig-sym)) (let* ((pkg (symbol-package sym)) |