(c-electric-brace): Make preserve-p nil at BOB.
This commit is contained in:
parent
9b8ef27ded
commit
811fd07a2f
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue