mirror of https://github.com/python/cpython
(py-indent-offset): this should be buffer local.
This commit is contained in:
parent
349a988ba7
commit
52bc17cd9e
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue