# HG changeset patch # User Luc Teirlinck # Date 1093209103 0 # Node ID 6764baacc7a31c6fee5cc8536b3d29ffe4a19cef # Parent 87ac4f004dc491f28116b28f8c2354829eb164ef *** empty log message *** diff -r 87ac4f004dc4 -r 6764baacc7a3 lisp/ChangeLog --- a/lisp/ChangeLog Sun Aug 22 21:08:47 2004 +0000 +++ b/lisp/ChangeLog Sun Aug 22 21:11:43 2004 +0000 @@ -1,3 +1,10 @@ +2004-08-22 Luc Teirlinck + + * speedbar.el (speedbar-file-regexp): Give it a phony defvar + before and a real defvar after + `speedbar-supported-extension-expressions'. This is to silence + the compiler without breaking bootstrapping. + 2004-08-22 Richard M. Stallman * textmodes/flyspell.el (flyspell-word): Use @@ -30,9 +37,9 @@ * ps-mule.el: Delete compatibility code for old Emacses. (ps-mule-find-wrappoint): Don't use chars-in-region. - * frame.el (display-mouse-p, display-selections-p): + * frame.el (display-mouse-p, display-selections-p): Use with-no-warnings. - + * font-lock.el (font-lock-set-defaults): Use with-no-warnings. 2004-08-22 David Kastrup