diff options
| author | Pavel Janík | 2001-10-14 16:10:40 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-10-14 16:10:40 +0000 |
| commit | d624284cc873f9908c11cf1b64aaa068567a8be0 (patch) | |
| tree | e22ce719008560e25d5219e634567f2e1f554550 /src/ChangeLog | |
| parent | a87414f9936c78e6944e7a1d1b728a5ce4a8bb74 (diff) | |
| download | emacs-d624284cc873f9908c11cf1b64aaa068567a8be0.tar.gz emacs-d624284cc873f9908c11cf1b64aaa068567a8be0.zip | |
(xlwmenu_window_p, xlwmenu_redisplay): Add prototypes.
(XTread_socket): Improve style of comments to follow other comments.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 998d817f499..9b24404c16f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2001-10-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1 | 2001-10-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 2 | ||
| 3 | * xterm.c: (xlwmenu_window_p, xlwmenu_redisplay): Add prototypes. | ||
| 4 | (XTread_socket): Improve style of comments to follow other | ||
| 5 | comments. | ||
| 6 | |||
| 3 | * keyboard.c (Fcommand_execute): Remove unnecessary prototype (it | 7 | * keyboard.c (Fcommand_execute): Remove unnecessary prototype (it |
| 4 | is already prototyped in included lisp.h). | 8 | is already prototyped in included lisp.h). |
| 5 | 9 | ||