branch: externals/tmr
commit 3b1dd59562b5191090fed6de1fb0373d9bcff529
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Make stylistic change to tmr-list-timers-action-alist
---
 tmr.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/tmr.el b/tmr.el
index e9044338eb..1cbe4acff0 100644
--- a/tmr.el
+++ b/tmr.el
@@ -137,9 +137,10 @@ This is the same data that is passed to 
`display-buffer-alist'.
 Read Info node `(elisp) Displaying Buffers'.  As such, it is
 meant for experienced users."
   :risky t
-  :type `(alist :key-type
-                (choice :tag "Condition" regexp (function :tag "Matcher 
function"))
-                :value-type ,display-buffer--action-custom-type)
+  :type `(alist
+          :key-type (choice :tag "Condition" regexp
+                            (function :tag "Matcher function"))
+          :value-type ,display-buffer--action-custom-type)
   :package-version '(tmr . "1.1.0"))
 
 ;;;; Faces

Reply via email to