(c-electric-brace): Make preserve-p nil at BOB.

This commit is contained in:
Richard M. Stallman 1997-08-11 23:51:04 +00:00
parent 9b8ef27ded
commit 811fd07a2f

View file

@ -196,7 +196,8 @@ the brace is inserted inside a literal."
blink-paren-function
(insertion-point (point))
delete-temp-newline
(preserve-p (eq ?\ (char-syntax (char-before))))
(preserve-p (and (not (bobp))
(eq ?\ (char-syntax (char-before)))))
;; shut this up too
(c-echo-syntactic-information-p nil)
(syntax (progn