From 53989d62d2c39ec9acef3c0a0d2b3f46426efb7a Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 31 Mar 2024 05:29:55 +0100 Subject: another one of those incorrectly named booleans --- lib/media/jao-spt.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/media/jao-spt.el') diff --git a/lib/media/jao-spt.el b/lib/media/jao-spt.el index 4065905..ba5d104 100644 --- a/lib/media/jao-spt.el +++ b/lib/media/jao-spt.el @@ -1,6 +1,6 @@ ;;; jao-spt.el --- Access to the spotify-tui CLI -*- lexical-binding: t; -*- -;; Copyright (C) 2021, 2022 jao +;; Copyright (C) 2021, 2022, 2024 jao ;; Author: jao ;; Keywords: multimedia @@ -119,7 +119,7 @@ ;;;###autoload (defun jao-spt-echo-current () (interactive) - (let ((jao-notify-use-messages-p t)) + (let ((jao-notify-use-messages t)) (jao-notify (jao-spt-update-status)))) ;;;###autoload -- cgit v1.2.3