comparison lisp/ChangeLog @ 1580:15a9361e2781

[xemacs-hg @ 2003-07-18 20:39:44 by james] Nickolay Pakoulin's fix to Common Lisp docstring construction.
author james
date Fri, 18 Jul 2003 20:39:45 +0000
parents e2ddc2a2b794
children 57bec9cc1e4f
comparison
equal deleted inserted replaced
1579:aebc80e1f056 1580:15a9361e2781
1 2003-06-18 Nickolay Pakoulin <npak@ispras.ru>
2
3 * cl-macs.el (cl-transform-lambda): Place doc on Common Lisp
4 lambda list after the original doc. Care about
5 #'(lambda () "SingleString")
6 (cl-upcase-arg):
7 (cl-function-arglist):
8 Care about &cl-defs and &cl-quote in lambda list, dotted lists and
9 circular data structures in lambda list specification
10
1 2003-07-18 Stephen J. Turnbull <stephen@xemacs.org> 11 2003-07-18 Stephen J. Turnbull <stephen@xemacs.org>
2 12
3 * derived.el (derived-mode-merge-syntax-tables): Reverse map 13 * derived.el (derived-mode-merge-syntax-tables): Reverse map
4 logic. Fixes "do-nothing" bug. 14 logic. Fixes "do-nothing" bug.
5 15