# HG changeset patch # User Richard M. Stallman # Date 739998962 0 # Node ID c8af07496d541a3392d9db5645df1d473c081c43 # Parent b33ee3d1d18db69b68733cb1c55de4fe472be3bf (c-indent-line): Call c-backward-to-start-of-if in the case of else following a close brace. diff -r b33ee3d1d18d -r c8af07496d54 lisp/progmodes/c-mode.el --- a/lisp/progmodes/c-mode.el Sun Jun 13 18:14:04 1993 +0000 +++ b/lisp/progmodes/c-mode.el Sun Jun 13 19:16:02 1993 +0000 @@ -544,6 +544,7 @@ (setq indent (save-excursion (forward-char) (backward-sexp) + (c-backward-to-start-of-if) (current-indentation)))) ((and (looking-at "while\\b") (save-excursion