diff options
author | Tim Hatch <tim@timhatch.com> | 2015-10-14 18:16:59 -0700 |
---|---|---|
committer | Tim Hatch <tim@timhatch.com> | 2015-10-14 18:16:59 -0700 |
commit | 287ff9b31bdbbc5fbcecd8059a0fefdc264ff428 (patch) | |
tree | b012a4366e1e91051420c5df39d24652d386319c /pygments/styles/emacs.py | |
parent | 09fde648539e051a77a793fae40469c46aa7a68d (diff) | |
parent | f70045a95c41687a989cb5920315f0633912f3c2 (diff) | |
download | pygments-287ff9b31bdbbc5fbcecd8059a0fefdc264ff428.tar.gz |
Merge with agosse/pygments-main (pull request #178)
Diffstat (limited to 'pygments/styles/emacs.py')
-rw-r--r-- | pygments/styles/emacs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/styles/emacs.py b/pygments/styles/emacs.py index 9f8b4074..27ae19ad 100644 --- a/pygments/styles/emacs.py +++ b/pygments/styles/emacs.py @@ -5,7 +5,7 @@ A highlighting style for Pygments, inspired by Emacs. - :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ |