bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#16526: 24.3.50; scroll-conservatively & c-mode regression


From: martin rudalics
Subject: bug#16526: 24.3.50; scroll-conservatively & c-mode regression
Date: Mon, 07 Jul 2014 09:07:46 +0200

> As above.  If the user doesn't like this mode-provided setting, she could
> easily override it with
>
>     (add-hook 'c-mode-hook
>               (lambda ()
>                 (setq-local open-paren-in-column-0-is-defun-start t)))

My c-mode-hook contains

    (set (make-local-variable 'open-paren-in-column-0-is-defun-start) t)

but this ceased to work after Alan's changes.

martin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]