comparison lisp/backquote.el @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents c5d627a313b1
children 697ef44129c6
comparison
equal deleted inserted replaced
397:f4aeb21a5bad 398:74fd4e045ea6
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 ;; wing@666.com; added ,. support back in: 47 ;; ben@xemacs.org 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 ;; **********************************************************************