diff options
| -rw-r--r-- | lisp/emms-mark.el | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/lisp/emms-mark.el b/lisp/emms-mark.el index de9d346..b7d2558 100644 --- a/lisp/emms-mark.el +++ b/lisp/emms-mark.el @@ -1,6 +1,6 @@  ;;; emms-mark.el --- mark track like dired -;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009, 2018 Free Software Foundation, Inc.  ;;  ;; Author: Ye Wenbin <wenbinye@163.com> @@ -137,8 +137,8 @@ unmark them instead."    (interactive     (list      (read-from-minibuffer (if current-prefix-arg -                              "Mark tracks matching: " -                            "Unmark tracks matching: ")) +                              "Unmark tracks matching: " +                            "Mark tracks matching: "))      current-prefix-arg))    (let ((emms-mark-char (if arg ?\040 ?*)))      (save-excursion | 
