emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108098: * admin/bzrmerge.el (


From: Stefan Monnier
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108098: * admin/bzrmerge.el (bzrmerge-resolve): Disable local eval:.
Date: Fri, 10 Aug 2012 16:29:56 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

>>> -      (with-current-buffer (let ((enable-local-variables :safe))
>>> +      (with-current-buffer (let ((enable-local-variables :safe)
>>> +                                 (enable-local-eval nil))
>> Why are those changes needed?
> Paranoia.
>> Shouldn't (enable-local-variables :safe) be sufficient?
> Yes. Unless there is another screw-up like
> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12155
> BTW, there have been zero other comments on that. Emacs releases have
> happened in similar cases in the past, IIUC.

I had the impression that it only affects unusual configurations.


        Stefan



reply via email to

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