mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
*** empty log message ***
This commit is contained in:
parent
ac7b494762
commit
9a72e4c14b
4
configure
vendored
4
configure
vendored
@ -9319,7 +9319,7 @@ echo creating lib-src/Makefile
|
||||
sed -e '/start of cpp stuff/q' \
|
||||
< Makefile.c > junk1.c
|
||||
sed -e '1,/start of cpp stuff/d'\
|
||||
-e 's@/\*\*/#\(.*\)$@/* \1 */@' \
|
||||
-e 's,/\*\*/#\(.*\)$,/* \1 */,' \
|
||||
< Makefile.c > junk.c
|
||||
$CPP $undefs -I. -I$top_srcdir/src $CPPFLAGS junk.c | \
|
||||
sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > junk2.c
|
||||
@ -9335,7 +9335,7 @@ echo creating src/Makefile
|
||||
sed -e '/start of cpp stuff/q' \
|
||||
< Makefile.c > junk1.c
|
||||
sed -e '1,/start of cpp stuff/d'\
|
||||
-e 's@/\*\*/#\(.*\)$@/* \1 */@' \
|
||||
-e 's,/\*\*/#\(.*\)$,/* \1 */,' \
|
||||
< Makefile.c > junk.c
|
||||
$CPP $undefs -I. -I$top_srcdir/src $CPPFLAGS junk.c | \
|
||||
sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > junk2.c
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-09-11 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* textmodes/outline.el (outline-mode): Use `^' and a shy group
|
||||
when constructing imenu-generic-expression from outline-regexp.
|
||||
|
||||
2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
|
||||
|
@ -1,3 +1,10 @@
|
||||
2001-09-11 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* xdisp.c (init_from_display_pos): Put some code in #if 0.
|
||||
(add_to_log): Use bcopy instead of strcpy.
|
||||
(init_from_display_pos): Use an explicit loop over bytes in
|
||||
overlay strings instead of calling index.
|
||||
|
||||
2001-09-10 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* alloc.c (allocate_buffer): Call VALIDATE_LISP_STORAGE.
|
||||
@ -35,7 +42,8 @@
|
||||
|
||||
2001-09-04 Andrew Innes <andrewi@gnu.org>
|
||||
|
||||
* w32term.c (w32_read_socket): Add more information to debugging output.
|
||||
* w32term.c (w32_read_socket): Add more information to debugging
|
||||
output.
|
||||
|
||||
* w32fns.c (w32_createwindow): Remove the WS_CLIPCHILDREN style
|
||||
from Emacs frames, so that calls to GetClipBox in w32term.c
|
||||
|
Loading…
Reference in New Issue
Block a user