From: Richard M. Stallman Date: Mon, 4 Dec 2006 00:33:19 +0000 (+0000) Subject: (python-indent): Add safe-local-variable prop. X-Git-Tag: emacs-pretest-22.0.92~334 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a8d5f40f49e4dff1b44869ec3ca3ff454e67b275;p=emacs.git (python-indent): Add safe-local-variable prop. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fc4eee83553..df8e9da2604 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,22 @@ +2006-12-04 Richard Stallman + + * progmodes/python.el (python-indent): Add safe-local-variable prop. + + * dired.el (dired-revert): Turn off dired-after-readin-hook + around call to dired-readin. + + * menu-bar.el (menu-bar-make-toggle): Add "globally" + to echo area messages. + : + Add "globally" to Help string. + : MESSAGE arg need not say "globally". + (menu-bar-edit-menu ): Renamed from select-and-paste. + +2006-12-03 Liam Healy (tiny change) + + * outline.el (outline-end-of-subtree): Don't leave an empty + line hidden as we would a real next heading. + 2006-12-03 Ken Manheimer * allout.el (allout-ascend): Add an optional argument to preserve @@ -76,7 +95,12 @@ * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring. +<<<<<<< ChangeLog +>>>>>>> 1.10388 +2006-12-01 Vinicius Jose Latorre +======= 2006-12-01 Ben North +>>>>>>> 1.10392 * paren.el: Fix the highlight overlay extension when the user types a sequence of char very fast just before the open parenthesis. 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."