diff options
| author | Eli Zaretskii | 2011-04-24 19:28:57 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-04-24 19:28:57 +0300 |
| commit | e2ad650c71e9f0477163532e708e1054452fa34f (patch) | |
| tree | 201026b846a10ce0a534333456b9e9edbaef0d8b /src/ChangeLog | |
| parent | 1b2de274591d07480256539c4be65299d1dde3e9 (diff) | |
| download | emacs-e2ad650c71e9f0477163532e708e1054452fa34f.tar.gz emacs-e2ad650c71e9f0477163532e708e1054452fa34f.zip | |
Minor cleanup in src/textprop.c.
src/textprop.c (syms_of_textprop): Remove dead code.
(copy_text_properties): Delete obsolete commentary about an
interface that was deleted long ago. Fix typos in the description
of arguments.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7efd8dad6cc..f4dd3492001 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2011-04-24 Eli Zaretskii <eliz@gnu.org> | 1 | 2011-04-24 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * textprop.c (syms_of_textprop): Remove dead code. | ||
| 4 | (copy_text_properties): Delete obsolete commentary about an | ||
| 5 | interface that was deleted long ago. Fix typos in the description | ||
| 6 | of arguments. | ||
| 7 | |||
| 3 | * msdos.c (XMenuActivate, XMenuAddSelection): Adjust argument list | 8 | * msdos.c (XMenuActivate, XMenuAddSelection): Adjust argument list |
| 4 | to changes in oldXMenu/XMenu.h from 2011-04-16. | 9 | to changes in oldXMenu/XMenu.h from 2011-04-16. |
| 5 | <menu_help_message, prev_menu_help_message>: Constify. | 10 | <menu_help_message, prev_menu_help_message>: Constify. |