diff options
author | Glenn Morris <rgm@gnu.org> | 2014-01-14 00:13:13 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-01-14 00:13:13 -0800 |
commit | 689c9ca51eb4b6496836241b9fb062bf10521568 (patch) | |
tree | 53732a79c98929cc5d479c85254b7e534f69c89d /lisp/ChangeLog.11 | |
parent | fd7fde15900b3dec3f2ecc9ad4f5a99b4a0e79f6 (diff) | |
download | emacs-689c9ca51eb4b6496836241b9fb062bf10521568.tar.gz |
ChangeLog fixes
Diffstat (limited to 'lisp/ChangeLog.11')
-rw-r--r-- | lisp/ChangeLog.11 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lisp/ChangeLog.11 b/lisp/ChangeLog.11 index e41f3a81286..1faa67dcef5 100644 --- a/lisp/ChangeLog.11 +++ b/lisp/ChangeLog.11 @@ -13106,10 +13106,10 @@ 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change) - * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a - line break position in the middle of a non-kinsoku (e.g. latin) - word, making it skip until either a space or a character with - category "|". + * international/kinsoku.el (kinsoku-longer, kinsoku-shorter): + Do not choose a line break position in the middle of a + non-kinsoku (e.g. latin) word, making it skip until either + a space or a character with category "|". (kinsoku-longer): Test for end of buffer. 2003-08-28 Eli Zaretskii <eliz@gnu.org> @@ -13630,10 +13630,10 @@ * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix. (cal-tex-LaTeX-hourbox): Move definition before use. - * calendar/cal-china.el, cal-hebrew.el, cal-islam.el - * cal-julian.el, cal-menu.el, cal-move.el, holidays.el - * lunar.el, solar.el (displayed-month, displayed-year): - Define for compiler. + * calendar/cal-china.el, calendar/cal-hebrew.el, calendar/cal-islam.el: + * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el: + * calendar/holidays.el, calendar/lunar.el, calendar/solar.el: + (displayed-month, displayed-year): Define for compiler. 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org> |