# HG changeset patch # User Richard M. Stallman # Date 1028153116 0 # Node ID cd0e9463ce83c3f370a8d0239b7e08a584ad602a # Parent 4dff8f2c0a4e35fce418dc7a0fc2c79ff357cb8c *** empty log message *** diff -r 4dff8f2c0a4e -r cd0e9463ce83 lisp/ChangeLog --- a/lisp/ChangeLog Wed Jul 31 22:04:33 2002 +0000 +++ b/lisp/ChangeLog Wed Jul 31 22:05:16 2002 +0000 @@ -1,3 +1,12 @@ +2002-07-31 Richard M. Stallman + + * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions): + Check that (car elt) is a string. + + * pcomplete.el (pcomplete-entries): Doc fix. + + * international/mule.el (non-standard-icccm-encodings-alist): Doc fix. + 2002-07-31 Andreas Schwab * dired.el: Hide disabling of dired-find-alternate-file behind @@ -99,6 +108,13 @@ 2002-07-29 Richard M. Stallman + * bindings.el (help-echo): If global-mode-string is non-nil, + display some spaces after it. + + * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions): + Don't call string-match on non-string. + (displaying-byte-compile-warnings): + * textmodes/ispell.el (check-ispell-version): Bind default-directory to avoid errors. Kill the old temp buffer at the beginning.