Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a8d5f40f
Commit
a8d5f40f
authored
Dec 04, 2006
by
Richard M. Stallman
Browse files
(python-indent): Add safe-local-variable prop.
parent
6a80f50e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
0 deletions
+25
-0
lisp/ChangeLog
lisp/ChangeLog
+24
-0
lisp/progmodes/python.el
lisp/progmodes/python.el
+1
-0
No files found.
lisp/ChangeLog
View file @
a8d5f40f
2006-12-04 Richard Stallman <rms@gnu.org>
* 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.
<indicate-empty-lines, case-fold-search>:
Add "globally" to Help string.
<case-fold-search>: MESSAGE arg need not say "globally".
(menu-bar-edit-menu <paste-from-menu>): Renamed from select-and-paste.
2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (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 <ken.manheimer@gmail.com>
* 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 <viniciusjl@ig.com.br>
=======
2006-12-01 Ben North <ben@redfrontdoor.org>
>>>>>>> 1.10392
* paren.el: Fix the highlight overlay extension when the user types a
sequence of char very fast just before the open parenthesis.
lisp/progmodes/python.el
View file @
a8d5f40f
...
...
@@ -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."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment