From dee4ba59792238f9fd69ba7f5bf4f2711da52030 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 29 Oct 2013 10:46:23 -0400 Subject: * src/eval.c (run_hook_with_args): Use FUNCTIONP. * test/indent/css-mode.css (.x2): Test alignement inside braces. * test/indent/prolog.prolog: Test alignment of ->; with operator at bol. --- src/buffer.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/buffer.c') diff --git a/src/buffer.c b/src/buffer.c index ef04ca7018d..e44908a543c 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -2074,7 +2074,7 @@ the current buffer's major mode. */) count = SPECPDL_INDEX (); /* To select a nonfundamental mode, - select the buffer temporarily and then call the mode function. */ + select the buffer temporarily and then call the mode function. */ record_unwind_protect (save_excursion_restore, save_excursion_save ()); @@ -2114,7 +2114,7 @@ set_buffer_internal_1 (register struct buffer *b) old_buf = current_buffer; current_buffer = b; - last_known_column_point = -1; /* invalidate indentation cache */ + last_known_column_point = -1; /* Invalidate indentation cache. */ if (old_buf) { @@ -2138,7 +2138,7 @@ set_buffer_internal_1 (register struct buffer *b) fetch_buffer_markers (b); /* Look down buffer's list of local Lisp variables - to find and update any that forward into C variables. */ + to find and update any that forward into C variables. */ do { -- cgit v1.2.1