diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 45270610559..bf3282f35ec 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-03-29 Simon Marshall + + * font-lock.el (save-buffer-state): Use make-symbol to bind + `modified'. + 2002-03-29 Richard M. Stallman * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix. diff --git a/src/ChangeLog b/src/ChangeLog index d69f9794eb6..93db941709e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2002-03-29 Eli Zaretskii + * Makefile.in (lread.o): Depend on coding.h. + * lread.c (openp, Fload): Encode the file name before pasing it to `stat', `access', and `emacs_open'. (openp): GCPRO the encoded file name. Don't recompute Lisp