emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109152: progmodes/python.el: Set fil


From: Fabián Ezequiel Gallina
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109152: progmodes/python.el: Set file local vars at end of file and clean tabs.
Date: Wed, 18 Jul 2012 16:04:06 -0300
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109152
committer: Fabián Ezequiel Gallina <address@hidden>
branch nick: trunk
timestamp: Wed 2012-07-18 16:04:06 -0300
message:
  progmodes/python.el: Set file local vars at end of file and clean tabs.
modified:
  lisp/progmodes/python.el
=== modified file 'lisp/progmodes/python.el'
--- a/lisp/progmodes/python.el  2012-07-18 18:40:03 +0000
+++ b/lisp/progmodes/python.el  2012-07-18 19:04:06 +0000
@@ -1,4 +1,4 @@
-;;; 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 @@
          (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 @@
 
 
 (provide 'python)
+
+;; Local Variables:
+;; coding: utf-8
+;; indent-tabs-mode: nil
+;; End:
+
 ;;; python.el ends here


reply via email to

[Prev in Thread] Current Thread [Next in Thread]