Skip to content

Commit

Permalink
Add comments about workaround
Browse files Browse the repository at this point in the history
Those workarounds are no longer necessary since 29.1.
  • Loading branch information
taku0 committed Sep 24, 2022
1 parent 7552428 commit f4529ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions swift-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit f4529ef

Please sign in to comment.