Mercurial > hg > xemacs-beta
comparison lisp/backquote.el @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | 74fd4e045ea6 |
children |
comparison
equal
deleted
inserted
replaced
411:12e008d41344 | 412:697ef44129c6 |
---|---|
42 ;; - nixed support for |,.| because | 42 ;; - nixed support for |,.| because |
43 ;; (a) it's not in CLtl2 | 43 ;; (a) it's not in CLtl2 |
44 ;; (b) ",.foo" is the same as ". ,foo" | 44 ;; (b) ",.foo" is the same as ". ,foo" |
45 ;; (c) because RMS isn't interested in using this version of backquote.el | 45 ;; (c) because RMS isn't interested in using this version of backquote.el |
46 ;; | 46 ;; |
47 ;; ben@xemacs.org added ,. support back in: | 47 ;; wing@666.com; added ,. support back in: |
48 ;; (a) yes, it is in CLtl2. Read closely on page 529. | 48 ;; (a) yes, it is in CLtl2. Read closely on page 529. |
49 ;; (b) RMS in 19.30 adds C support for ,. even if it's not really | 49 ;; (b) RMS in 19.30 adds C support for ,. even if it's not really |
50 ;; handled. | 50 ;; handled. |
51 ;; | 51 ;; |
52 ;; ********************************************************************** | 52 ;; ********************************************************************** |