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
d617c457
Commit
d617c457
authored
Jul 18, 2012
by
Fabián Ezequiel Gallina
Browse files
progmodes/python.el: Set file local vars at end of file and clean tabs.
parent
d583cbe6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
lisp/progmodes/python.el
lisp/progmodes/python.el
+8
-2
No files found.
lisp/progmodes/python.el
View file @
d617c457
;;; python.el --- Python's flying circus support for Emacs
-*- coding: utf-8 -*-
;;; python.el --- Python's flying circus support for Emacs
;; Copyright (C) 2003-2012 Free Software Foundation, Inc.
...
...
@@ -2262,7 +2262,7 @@ be added to `python-mode-abbrev-table'."
(
function-name
(
intern
(
concat
"python-skeleton-"
name
))))
`
(
progn
(
define-abbrev
python-mode-abbrev-table
,
name
""
',function-name
:system
t
)
:system
t
)
(
setq
python-skeleton-available
(
cons
',function-name
python-skeleton-available
))
(
define-skeleton
,
function-name
...
...
@@ -2911,4 +2911,10 @@ if that value is non-nil."
(
provide
'python
)
;; Local Variables:
;; coding: utf-8
;; indent-tabs-mode: nil
;; End:
;;; python.el ends here
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