diff options
| author | Jason Rumney | 2004-09-20 20:10:00 +0000 |
|---|---|---|
| committer | Jason Rumney | 2004-09-20 20:10:00 +0000 |
| commit | fe7ecaf2e3a4f64fd43bb96e934716dd46271865 (patch) | |
| tree | 77812990eea17abfb8f126cc362435e80940a5dd /lisp/ChangeLog | |
| parent | cde090ee08c3a40500e08624f38a9665c091fe53 (diff) | |
| download | emacs-fe7ecaf2e3a4f64fd43bb96e934716dd46271865.tar.gz emacs-fe7ecaf2e3a4f64fd43bb96e934716dd46271865.zip | |
(command-line) [windows-nt]: Try .emacs first, then
_emacs, but revert to .emacs if neither exists in home directory.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c533b95ab8f..88cebb15340 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2004-09-20 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * startup.el (command-line) [windows-nt]: Try .emacs first, then | ||
| 4 | _emacs, but revert to .emacs if neither exists in home directory. | ||
| 5 | |||
| 1 | 2004-09-20 John Paul Wallington <jpw@gnu.org> | 6 | 2004-09-20 John Paul Wallington <jpw@gnu.org> |
| 2 | 7 | ||
| 3 | * bindings.el (completion-ignored-extensions): Add .dfsl. | 8 | * bindings.el (completion-ignored-extensions): Add .dfsl. |