Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
19b122e4
Commit
19b122e4
authored
May 17, 2012
by
Fabián Ezequiel Gallina
Committed by
Fabián Ezequiel Gallina
May 17, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not indent at the beginning of buffer fix
parent
69bab1de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/progmodes/python.el
lisp/progmodes/python.el
+3
-1
No files found.
lisp/progmodes/python.el
View file @
19b122e4
...
...
@@ -453,7 +453,9 @@ START is the buffer position where the sexp starts."
(
cons
(
cond
;; Beginning of buffer
((
bobp
)
((
save-excursion
(
goto-char
(
line-beginning-position
))
(
bobp
))
'no-indent
)
;; Inside a paren
((
setq
start
(
nth
1
ppss
))
...
...
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