]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
(py-indent-offset): this should be buffer local.
authorBarry Warsaw <barry@python.org>
Thu, 12 Oct 1995 21:15:49 +0000 (21:15 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 12 Oct 1995 21:15:49 +0000 (21:15 +0000)
Misc/python-mode.el

index 91b1a9fa95a3806227514c32749ea5ab3e5d06f2..e98f355beb73066fa25a3d8c545fa7cd79d830be 100644 (file)
@@ -243,6 +243,8 @@ the Emacs bell is also rung as a warning.")
 ;; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ;; NO USER DEFINABLE VARIABLES BEYOND THIS POINT
 
+(make-variable-buffer-local 'py-indent-offset)
+
 ;; Differentiate between Emacs 18, Lucid Emacs, and Emacs 19.  This
 ;; seems to be the standard way of checking this.
 ;; BAW - This is *not* the right solution.  When at all possible,