* 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. --- 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. -- debian.1.5.6.1.19.ge6b2 _______________________________________________ Emms-patches mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emms-patches
