(python-indent): Add safe-local-variable prop.

This commit is contained in:
Richard M. Stallman
2006-12-04 00:33:19 +00:00
parent 6a80f50e17
commit a8d5f40f49
2 changed files with 25 additions and 0 deletions

View File

@@ -408,6 +408,7 @@ The criteria are that the line isn't a comment or in string and
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."