diff options
| author | Jim Blandy | 1992-03-15 03:47:41 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-03-15 03:47:41 +0000 |
| commit | 9fd54390a89770213570801cb8dc37d738c0ab4b (patch) | |
| tree | 3ac6bb9c24894ebb38fabed120347841f4e3aa27 /lib-src | |
| parent | 91bac16a94692d060f8e9e76b877eb0b1451e1b6 (diff) | |
| download | emacs-9fd54390a89770213570801cb8dc37d738c0ab4b.tar.gz emacs-9fd54390a89770213570801cb8dc37d738c0ab4b.zip | |
*** empty log message ***
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/movemail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/movemail.c b/lib-src/movemail.c index 235f8c43420..27ce3f4b61e 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* movemail foo bar -- move file foo to file bar, | 1 | /* movemail foo bar -- move file foo to file bar, |
| 2 | locking file foo the way /bin/mail respects. | 2 | locking file foo the way /bin/mail respects. |
| 3 | Copyright (C) 1986 Free Software Foundation, Inc. | 3 | Copyright (C) 1986, 1992 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||