]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Wed, 5 Jul 2000 13:14:36 +0000 (13:14 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 5 Jul 2000 13:14:36 +0000 (13:14 +0000)
ChangeLog
man/programs.texi
src/ChangeLog

index f3005dd2dc4ade9cf3edbd2bfa137d1f9b3668de..ad1cfe155571949659782672a7493aa5b548796f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-07-05  Gerd Moellmann  <gerd@gnu.org>
+
+       * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
+       lisp/Makefile.  Distribute lisp/Makefile.in instead of
+       lisp/Makefile.
+
 2000-06-30  Ken Raeburn  <raeburn@gnu.org>
 
        * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
index 3fa4e0c29a91c6b59c2b61a0fb000175c52b5586..2413a00819e7e228ef7426b96de79037cc8e4b73 100644 (file)
@@ -1124,11 +1124,9 @@ style for the other C-like modes.
 
   The style @code{gnu} defines the formatting recommend by the GNU
 Project; it is the default, so as to encourage the indentation we
-recommend.  The style @code{user} is the same as @code{gnu} but
-incorporates any changes made in variables such as @code{c-basic-offset}
-and @code{c-offsets-alist} by your @file{~/.emacs} file.  To make them
-take effect, you should select the style @code{user} with
-@code{c-set-style} or @code{c-default-style}.
+recommend. If you make changes in variables such as
+@code{c-basic-offset} and @code{c-offsets-alist} in your @file{~/.emacs}
+file, they will however take precedence.
 
 @findex c-add-style
   To define a new C indentation style, call the function
index c0de99fbb87f37d24795b24a710bd42c0fe1281e..89af37f2cb27618cd7c301c5da6c3a1b0a4182fe 100644 (file)
@@ -1,5 +1,7 @@
 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
 
+       * eval.c (Feval): Put check for interrupt_input_block in #if 0.
+
        * window.c (delete_all_subwindows): Reset Vwindow_list.
 
        * xterm.c (x_append_glyph, x_append_composite_glyph)