Mercurial > emacs
changeset 74386:1c8bca402ae7
(python-indent): Add safe-local-variable prop.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 04 Dec 2006 00:32:33 +0000 |
parents | fcc9e01e9e6d |
children | d8c2dc308e9c |
files | lisp/progmodes/python.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/python.el Mon Dec 04 00:32:00 2006 +0000 +++ b/lisp/progmodes/python.el Mon Dec 04 00:32:33 2006 +0000 @@ -408,6 +408,7 @@ See also `\\[python-guess-indent]'" :group 'python :type 'integer) +(put 'python-indent 'safe-local-variable 'integerp) (defcustom python-guess-indent t "Non-nil means Python mode guesses `python-indent' for the buffer."