Mercurial > emacs
comparison lisp/jka-compr.el @ 16141:9cbc74969e46
Add #n=object, #n#, and #:symbol constructs to reader.
(readevalloop, read, Fread_from_string): Empty list of read objects before
read0 call.
(read1): New variable `uninterned_symbol', which controls how to make
symbols. Support #:, #n=object and #n#.
(make_symbol): New function, used in read1 to make uninterned symbols
(Fintern): Set `obarray' field of interned symbols.
(init_obarray): Explicit set `obarray' field of symbol `nil'.
(syms_of_lread): staticpro read_objects, the list of read objects.
author | Erik Naggum <erik@naggum.no> |
---|---|
date | Mon, 09 Sep 1996 02:30:05 +0000 |
parents | 285482e8df41 |
children | b337bd642856 |
comparison
equal
deleted
inserted
replaced
16140:e7de214aac01 | 16141:9cbc74969e46 |
---|