]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 26 Oct 1999 14:50:52 +0000 (14:50 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 26 Oct 1999 14:50:52 +0000 (14:50 +0000)
lisp/ChangeLog
src/ChangeLog

index 9e7354cae7fb67a41b14bba27c25dfea6631b2fc..0ab9516ea4db73d537d0b323bbf3cb038b80c7e1 100644 (file)
@@ -1,3 +1,8 @@
+1999-10-26  Gerd Moellmann  <gerd@gnu.org>
+
+       * startup.el (command-line-1): Add support for command line
+       arguments `file' and `execute'.  Fix handling of `visit'.
+
 1999-10-26  Kenichi Handa  <handa@etl.go.jp>
 
        * international/mule-cmds.el (read-input-method-name): Handle the
index cdd2940d0a78200a85c0397a81b1a3b3912ee600..d1d2af090decb6b968e80359ddc1e6afc833d303 100644 (file)
@@ -1,5 +1,7 @@
 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
 
+       * 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.