diff options
| author | Gerd Moellmann | 1999-11-10 12:11:55 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-11-10 12:11:55 +0000 |
| commit | e178969580b48e940a91569893ee2f87ab9ce49f (patch) | |
| tree | 8309f35f8d519cde90aae862bf59ccf89dbd017c /lisp/ChangeLog | |
| parent | 765712a7012ea230e5056a46a5312c41603f955c (diff) | |
| download | emacs-e178969580b48e940a91569893ee2f87ab9ce49f.tar.gz emacs-e178969580b48e940a91569893ee2f87ab9ce49f.zip | |
(file-local-copy): Remove optional BUFFER argument
because that's not used by anything.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 12b0f725547..9165cb9e168 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 1999-11-10 Gerd Moellmann <gerd@gnu.org> | 1 | 1999-11-10 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * files.el (file-local-copy): Remove optional BUFFER argument | ||
| 4 | because that's not used by anything. | ||
| 5 | |||
| 3 | * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as | 6 | * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as |
| 4 | to-address. | 7 | to-address. |
| 5 | 8 | ||