aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2010-06-05 02:41:32 +0200
committerJuanma Barranquero2010-06-05 02:41:32 +0200
commit409f29191382c875a05516cc69bf3cc4e3cd4592 (patch)
treee95e30a281267b22136c827ebcfc59f9d3994517 /src/ChangeLog
parent0665f66133e1991559c58ab57112becf1c9fb70e (diff)
downloademacs-409f29191382c875a05516cc69bf3cc4e3cd4592.tar.gz
emacs-409f29191382c875a05516cc69bf3cc4e3cd4592.zip
Remove obsolete macro BASE_LEADING_CODE_P.
* character.h (BASE_LEADING_CODE_P): Remove. * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove. * buffer.c (Fset_buffer_multibyte): * indent.c (scan_for_column, compute_motion): * insdel.c (count_combining_before, count_combining_after): Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d938bd57fd7..e7ac2d066b0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12010-06-05 Juanma Barranquero <lekktu@gmail.com>
2
3 Remove obsolete macro BASE_LEADING_CODE_P.
4 * character.h (BASE_LEADING_CODE_P): Remove.
5 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
6 * buffer.c (Fset_buffer_multibyte):
7 * indent.c (scan_for_column, compute_motion):
8 * insdel.c (count_combining_before, count_combining_after):
9 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
10
12010-06-04 Juanma Barranquero <lekktu@gmail.com> 112010-06-04 Juanma Barranquero <lekktu@gmail.com>
2 12
3 Turn `directory-sep-char' into a noop. 13 Turn `directory-sep-char' into a noop.