Skip to content

Commit 233b4ed

Browse files
committed
revert(core): remove an old fix intended for Emacs 29.1
1 parent f08045e commit 233b4ed

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

core/me-builtin.el

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -260,17 +260,6 @@ It disables backup creation and auto saving."
260260
("q" . transient-quit-one)
261261
("<escape>" . transient-quit-one)))
262262

263-
;; Due to a bug in Emacs 29.1, you must apply the following change prior
264-
;; installation or upgrading TRAMP 2.7.0 from GNU ELPA:
265-
;; gnu.org/software/tramp/#ELPA-Installation
266-
(when-let ((_ (version= emacs-version "29.1"))
267-
(dir (+package-download-from-urls
268-
'emacs-29.1-loaddefs-gen-fix
269-
"https://git.savannah.gnu.org/cgit/emacs.git/plain/lisp/emacs-lisp/loaddefs-gen.el?h=emacs-29")))
270-
(with-temp-buffer
271-
(insert-file-contents (expand-file-name "loaddefs-gen.el" dir))
272-
(eval-region (point-min) (point-max))))
273-
274263
(use-package tramp
275264
:straight t
276265
:init

0 commit comments

Comments
 (0)