[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Why not make show-paren-data-function buffer-local?
From: |
John Wiegley |
Subject: |
Re: Why not make show-paren-data-function buffer-local? |
Date: |
Thu, 15 Oct 2015 14:14:12 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) |
>>>>> Marcin Borkowski <address@hidden> writes:
> in one of my packages, I need to
> (make-variable-buffer-local 'show-paren-data-function)
> since it is not already done in paren.el.
>
> As this variable may be language-dependent, I guess that it doesn't make
> sense for it to be global.
I agree, unless others have a reason why this is the case.
John