diff lisp/progmodes/python.el @ 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 871131fc9087
children e3694f1cb928 f1d13e615070
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."