diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Jan 02 16:18:26 2011 +0000
+++ b/lisp/ChangeLog	Sun Jan 02 17:04:13 2011 +0000
@@ -1,3 +1,11 @@
+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!)
+
 2011-01-02  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* cl-macs.el (define-star-compiler-macros):