comparison lisp/ChangeLog @ 5330:fbafdc1bb4d2

Use defun*, not cl-parsing-keywords, #'make-dialog-box, #'display-completion-list lisp/ChangeLog addition: 2011-01-02 Aidan Kehoe <kehoea@parhasard.net> * dialog.el (make-dialog-box): * list-mode.el (display-completion-list): These functions used to use cl-parsing-keywords; change them to use defun* instead, fixing the build. (Not sure what led to me not including this change in d1b17a33450b!)
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 02 Jan 2011 17:04:13 +0000
parents 7b391d07b334
children aa2705c83c24 89331fa1c819
comparison
equal deleted inserted replaced
5329:7b391d07b334 5330:fbafdc1bb4d2
1 2011-01-02 Aidan Kehoe <kehoea@parhasard.net>
2
3 * dialog.el (make-dialog-box):
4 * list-mode.el (display-completion-list):
5 These functions used to use cl-parsing-keywords; change them to
6 use defun* instead, fixing the build. (Not sure what led to me
7 not including this change in d1b17a33450b!)
8
1 2011-01-02 Aidan Kehoe <kehoea@parhasard.net> 9 2011-01-02 Aidan Kehoe <kehoea@parhasard.net>
2 10
3 * cl-macs.el (define-star-compiler-macros): 11 * cl-macs.el (define-star-compiler-macros):
4 Make sure the form has ITEM and LIST specified before attempting 12 Make sure the form has ITEM and LIST specified before attempting
5 to change to calls with explicit tests; necessary for some tests 13 to change to calls with explicit tests; necessary for some tests