From a8d5f40f49e4dff1b44869ec3ca3ff454e67b275 Mon Sep 17 00:00:00 2001 From: Richard M. Stallman Date: Mon, 4 Dec 2006 00:33:19 +0000 Subject: (python-indent): Add safe-local-variable prop. --- lisp/progmodes/python.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/progmodes/python.el') diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 24e9f65f180..7a62cfa477c 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -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." -- cgit v1.2.1