From 2bea706b5d8ba0e2be934262b983b71b75097d15 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 26 Oct 1999 14:50:52 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 5 +++++ src/ChangeLog | 2 ++ 2 files changed, 7 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9e7354cae7f..0ab9516ea4d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +1999-10-26 Gerd Moellmann + + * startup.el (command-line-1): Add support for command line + arguments `file' and `execute'. Fix handling of `visit'. + 1999-10-26 Kenichi Handa * international/mule-cmds.el (read-input-method-name): Handle the diff --git a/src/ChangeLog b/src/ChangeLog index cdd2940d0a7..d1d2af090de 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 1999-10-26 Gerd Moellmann + * xdisp.c (echo_area_display): Put previous change in #if 0. + * emacs.c (standard_args): Add `file' as synonym for `visit', `execute' as synonym for `eval'. (main): Add new options to usage message. -- 2.39.5