diff options
| author | John Paul Wallington | 2003-01-23 00:04:20 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2003-01-23 00:04:20 +0000 |
| commit | a6127c0f7adaead98330ef97d67606b13bc658fa (patch) | |
| tree | 038bc0e0087aeea9655cd0f176b87037f47811ef /lisp/ChangeLog | |
| parent | c34607fc30a2d12cc90e2d0fe378b034c45ada47 (diff) | |
| download | emacs-a6127c0f7adaead98330ef97d67606b13bc658fa.tar.gz emacs-a6127c0f7adaead98330ef97d67606b13bc658fa.zip | |
(interprogram-paste-function): Handle empty clipboard.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index df29ecdbb47..0eca76d76e5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,4 +1,9 @@ | |||
| 1 | 2003-01-22 <karl@gnu.org> | 1 | 2003-01-23 John Paul Wallington <jpw@shootybangbang.com> |
| 2 | |||
| 3 | * term/mac-win.el (interprogram-paste-function): Handle empty | ||
| 4 | clipboard. | ||
| 5 | |||
| 6 | 2003-01-22 Karl Berry <karl@gnu.org> | ||
| 2 | 7 | ||
| 3 | * info.el (Info-index): change pattern so that index entries with | 8 | * info.el (Info-index): change pattern so that index entries with |
| 4 | colons can be read properly; also, require at least one space | 9 | colons can be read properly; also, require at least one space |