diff options
| author | Fabián Ezequiel Gallina | 2012-05-17 00:03:20 -0300 |
|---|---|---|
| committer | Fabián Ezequiel Gallina | 2012-05-17 00:03:20 -0300 |
| commit | 33d0aec16e93b6993283c0d4b46f21a1600f9e8f (patch) | |
| tree | 0d99cc0e04e60beb87830f289b2bcbdcfa6effec /lisp/progmodes/python.el | |
| parent | f2a972f356997bbeeb1a4b22f305749dc61bbe03 (diff) | |
| download | emacs-33d0aec16e93b6993283c0d4b46f21a1600f9e8f.tar.gz emacs-33d0aec16e93b6993283c0d4b46f21a1600f9e8f.zip | |
Make package description separator contain 3 dashes (ELPA conformance)
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 33b92b0129a..51f0cfa80eb 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; python.el -- Python's flying circus support for Emacs | 1 | ;;; python.el --- Python's flying circus support for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010, 2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010, 2011 Free Software Foundation, Inc. |
| 4 | 4 | ||