Skip to content

Commit

Permalink
Fix Package undo-tree is unavailable
Browse files Browse the repository at this point in the history
Backport bug fix from 26.3
Fixes syl20bnr#12633
  • Loading branch information
syl20bnr committed Aug 19, 2019
1 parent 8c0b8c3 commit 06a3ca2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/core-emacs-backports.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
;;
;;; License: GPLv3

;; nothing for now
(when (and (version< "25" emacs-version)
(version< emacs-version "26.3"))
;; backport fix for https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34341
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3"))

(provide 'core-emacs-backports)

0 comments on commit 06a3ca2

Please sign in to comment.