From: Eli Zaretskii Date: Wed, 19 Dec 2001 17:15:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.hcoop.net/bpt/emacs.git/commitdiff_plain/62582985a61162a99db1f451b30fbd4b5de726c0 *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b10a54d525..1692cc8375 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-12-19 Eli Zaretskii + + * loadup.el: Add "language" to the load-path. + 2001-12-19 Richard M. Stallman * international/mule-cmds.el (describe-language-environment): diff --git a/src/ChangeLog b/src/ChangeLog index 7e696907f5..019ec65ffd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2001-12-19 Eli Zaretskii + * dired.c (file_name_completion): Run the elements of + completion-ignored-extensions through ENCODE_FILE. + * lisp.h (scmp): Remove prototype, since it's now a static function private to dired.c.