diff options
| author | Glenn Morris | 2010-02-03 21:21:40 -0800 |
|---|---|---|
| committer | Glenn Morris | 2010-02-03 21:21:40 -0800 |
| commit | 6c594ec63d2a81aabd59883d0ae1baffa77b2dd0 (patch) | |
| tree | d6ee0f7df4e90c5a0c090b2eb69601f8fa4f9502 | |
| parent | 60e552a5d4945f1d4640bf6048d9f63d253d7659 (diff) | |
| download | emacs-6c594ec63d2a81aabd59883d0ae1baffa77b2dd0.tar.gz emacs-6c594ec63d2a81aabd59883d0ae1baffa77b2dd0.zip | |
Remove silly examples of changes.
| -rw-r--r-- | lwlib/README | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lwlib/README b/lwlib/README index 97fdeac3d4b..25c72eba83f 100644 --- a/lwlib/README +++ b/lwlib/README | |||
| @@ -4,6 +4,4 @@ library was written by Lucid, Inc and released under the terms of the | |||
| 4 | GPL version 1 (or later). It is not considered part of GNU Emacs. | 4 | GPL version 1 (or later). It is not considered part of GNU Emacs. |
| 5 | 5 | ||
| 6 | This version of the library differs from the original as described in | 6 | This version of the library differs from the original as described in |
| 7 | the ChangeLog file. For example, the file "lwlib-int.h" was renamed | 7 | the ChangeLog file. |
| 8 | from "lwlib-internal.h" in order to fit in 14 characters, and the | ||
| 9 | makefile adjusted to fit in with Emacs's configure script. | ||