diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2007-10-23 21:24:36 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2007-10-23 21:24:36 +0000 |
commit | 088d6743d83c35a054846147aaac8c42df5dc40f (patch) | |
tree | ce049c0ba7a60b1c868b68ca40eeb7f535d862f5 /lisp/ChangeLog | |
parent | f84f42247ebced677b8d57c0c21d7bea86fd4bb9 (diff) | |
download | emacs-088d6743d83c35a054846147aaac8c42df5dc40f.tar.gz |
Require CL.
(comment-continue): Declare.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4de00ebb2b1..177aeb103c5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca> + * textmodes/css-mode.el: Require CL. + (comment-continue): Declare. + * subr.el (make-variable-frame-localizable): Remove. (make-variable-frame-local): Mark obsolete. |