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

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

[nongnu] elpa/swift-mode f4529efa45: Add comments about workaround


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode f4529efa45: Add comments about workaround
Date: Sat, 24 Sep 2022 02:59:06 -0400 (EDT)

branch: elpa/swift-mode
commit f4529efa453f2f3051e2c8f772cd9da80147b93d
Author: taku0 <mxxouy6x3m_github@tatapa.org>
Commit: taku0 <mxxouy6x3m_github@tatapa.org>

    Add comments about workaround
    
    Those workarounds are no longer necessary since 29.1.
---
 swift-mode.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/swift-mode.el b/swift-mode.el
index 0973449872..06567820d5 100644
--- a/swift-mode.el
+++ b/swift-mode.el
@@ -50,9 +50,13 @@
   :prefix "swift-mode:")
 
 ;; WORKAROUND: `update-directory-autoloads' does not handle `:group'.
+;; Fixed in 29.1 https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58015.
+;; commit: 212e94c3f445ebe1388f6fab134133ebad9316d0
 ;;;###autoload (custom-add-load 'languages 'swift-mode)
 
 ;; WORKAROUND: `cus-load' overrides `custom-loads'
+;; Fixed in 29.1 https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58015.
+;; commit: 75b3f4d0ac00bf47459629615ab2246c8a34b4c6
 ;;;###autoload (with-eval-after-load 'cus-load
 ;;;###autoload   (custom-add-load 'languages 'swift-mode))
 



reply via email to

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