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

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

[elpa] externals/taxy d08446b 2/6: Fix: (taxy.el) Require shortdoc when


From: ELPA Syncer
Subject: [elpa] externals/taxy d08446b 2/6: Fix: (taxy.el) Require shortdoc when compiling
Date: Wed, 22 Sep 2021 22:57:31 -0400 (EDT)

branch: externals/taxy
commit d08446b3bb8f2e911f5fbd22a23c7fe5cff4b1de
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Fix: (taxy.el) Require shortdoc when compiling
    
    Trying to optionally support features in newer Emacs versions is
    always awkward.
---
 taxy.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/taxy.el b/taxy.el
index 57cefa5..8aa3362 100644
--- a/taxy.el
+++ b/taxy.el
@@ -363,6 +363,9 @@ defined with a definer defined by 
`taxy-define-key-definer')."
 
 ;; Available in Emacs 28.
 
+(eval-when-compile
+  (require 'shortdoc nil t))
+
 (when (require 'shortdoc nil t)
   (define-short-documentation-group taxy
     (taxy-flatten



reply via email to

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