diff options
| author | Eli Zaretskii | 2002-03-29 13:35:38 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-03-29 13:35:38 +0000 |
| commit | 8bff61e5c51f792de6d73c3f2e77a6b45ceae866 (patch) | |
| tree | f63df3a61424e048f946058b516bb980f41236e5 | |
| parent | 7b7a23f49bd7b7977cc13319c6c3683bbdb31ea7 (diff) | |
| download | emacs-8bff61e5c51f792de6d73c3f2e77a6b45ceae866.tar.gz emacs-8bff61e5c51f792de6d73c3f2e77a6b45ceae866.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 45270610559..bf3282f35ec 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-03-29 Simon Marshall <simon.marshall@misys.com> | ||
| 2 | |||
| 3 | * font-lock.el (save-buffer-state): Use make-symbol to bind | ||
| 4 | `modified'. | ||
| 5 | |||
| 1 | 2002-03-29 Richard M. Stallman <rms@gnu.org> | 6 | 2002-03-29 Richard M. Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix. | 8 | * 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 @@ | |||
| 1 | 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il> | 1 | 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 2 | ||
| 3 | * Makefile.in (lread.o): Depend on coding.h. | ||
| 4 | |||
| 3 | * lread.c (openp, Fload): Encode the file name before pasing it | 5 | * lread.c (openp, Fload): Encode the file name before pasing it |
| 4 | to `stat', `access', and `emacs_open'. | 6 | to `stat', `access', and `emacs_open'. |
| 5 | (openp): GCPRO the encoded file name. Don't recompute Lisp | 7 | (openp): GCPRO the encoded file name. Don't recompute Lisp |