emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master ebb5269 6/9: Fix a usage of read-only argument


From: Artur Malabarba
Subject: [elpa] master ebb5269 6/9: Fix a usage of read-only argument
Date: Thu, 17 Nov 2016 13:00:48 +0000 (UTC)

branch: master
commit ebb5269cff173ae9f3562e1f33f5c4dbf0f97e61
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    Fix a usage of read-only argument
---
 spinner.el |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spinner.el b/spinner.el
index a021848..adcdab0 100644
--- a/spinner.el
+++ b/spinner.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2015 Free Software Foundation, Inc.
 
 ;; Author: Artur Malabarba <address@hidden>
-;; Version: 1.7.1
+;; Version: 1.7.2
 ;; URL: https://github.com/Malabarba/spinner.el
 ;; Keywords: processes mode-line
 
@@ -183,7 +183,7 @@ own spinner animations."
   (frames (spinner--type-to-frames type))
   (counter 0)
   (fps (or frames-per-second spinner-frames-per-second))
-  (timer (timer-create) :read-only)
+  (timer (timer-create) :read-only t)
   (active-p nil)
   (buffer (when buffer-local
             (if (bufferp buffer-local)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]