diff options
| author | Pavel Janík | 2001-10-28 18:53:39 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-10-28 18:53:39 +0000 |
| commit | 186486eb07ffdc72abbe5907ed100e9db402633d (patch) | |
| tree | d41f4cb9f5f369f53958aaf0f2f95d7eb8b37b22 /src/ChangeLog | |
| parent | 4707d2d07995b52a096c85f874d69893dd86e774 (diff) | |
| download | emacs-186486eb07ffdc72abbe5907ed100e9db402633d.tar.gz emacs-186486eb07ffdc72abbe5907ed100e9db402633d.zip | |
Use argv[0] instead of emacs when -t was specified.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3e91f708bbc..2ba3c7cd09d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2001-10-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1 | 2001-10-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 2 | ||
| 3 | * emacs.c: Use argv[0] instead of emacs when -t was specified. | ||
| 4 | |||
| 3 | * keyboard.c: Change doc-string comments to `new style' [w/`doc:' | 5 | * keyboard.c: Change doc-string comments to `new style' [w/`doc:' |
| 4 | keyword]. | 6 | keyword]. |
| 5 | Fix typos in comments. | 7 | Fix typos in comments. |