aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-15 11:08:06 -0700
committerPaul Eggert2011-03-15 11:08:06 -0700
commitdbd37a958fc17c793003ea95ad61ae51cff5ff45 (patch)
tree3782a4c46810efd267538246d97d77bfa4bb6de0 /src/ChangeLog
parent7e47afad4513977ba3cc5a175081f1c258a8ddfe (diff)
downloademacs-dbd37a958fc17c793003ea95ad61ae51cff5ff45.tar.gz
emacs-dbd37a958fc17c793003ea95ad61ae51cff5ff45.zip
* dired.c (compile_pattern): Move decl from here ...
* lisp.h: ... to here, so that it can be checked. (struct re_registers): New forward decl.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d4f8061ed02..ba863ba5710 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12011-03-15 Paul Eggert <eggert@cs.ucla.edu> 12011-03-15 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * dired.c (compile_pattern): Move decl from here ...
4 * lisp.h: ... to here, so that it can be checked.
5 (struct re_registers): New forward decl.
6
3 * character.h (INC_POS, DEC_POS): Rename locals to avoid shadowing. 7 * character.h (INC_POS, DEC_POS): Rename locals to avoid shadowing.
4 8
5 * indent.c (MULTIBYTE_BYTES_WIDTH): New args bytes, width. 9 * indent.c (MULTIBYTE_BYTES_WIDTH): New args bytes, width.