diff options
author | Tim Landscheidt <tim@tim-landscheidt.de> | 2010-06-24 13:03:49 +0000 |
---|---|---|
committer | Tim Landscheidt <tim@tim-landscheidt.de> | 2010-06-24 13:03:49 +0000 |
commit | 02020c502e168f89b69a4c1a52b84390b5d15e0e (patch) | |
tree | bc94b6856bf8ffb6251cd1307729b9ac88ad8703 | |
parent | 3065ff07817140207222ba963ca448847e53a9f9 (diff) |
lisp/emms-lastfm-client.el: Removed Emacs local variable.
* lisp/emms-lastfm-client.el: Removed "show-trailing-whitespace: t".
This gave a security warning in Emacs and is probably better handled
in Emacs' user configuration and/or a Git pre-commit hook.
-rw-r--r-- | lisp/emms-lastfm-client.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emms-lastfm-client.el b/lisp/emms-lastfm-client.el index fcf8fd6..aed9528 100644 --- a/lisp/emms-lastfm-client.el +++ b/lisp/emms-lastfm-client.el @@ -1,4 +1,3 @@ -;;; -*- show-trailing-whitespace: t -*- ;;; emms-lastfm-client.el --- Last.FM Music API ;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. |