]> git.eshelyaron.com Git - emacs.git/commitdiff
; Move preload of rmc to a more appropriate place
authorJens Schmidt <jschmidt4gnu@vodafonemail.de>
Thu, 14 Dec 2023 19:47:22 +0000 (20:47 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 16 Dec 2023 19:16:50 +0000 (20:16 +0100)
See discussion on
https://lists.gnu.org/archive/html/emacs-devel/2023-12/msg00309.html.

* lisp/loadup.el ("emacs-lisp/rmc"): Move preload to a more
appropriate place.

(cherry picked from commit 47b10d062df643da6ecc6fc3b6b1cbb668eebb39)

lisp/loadup.el

index 03ed2186392ee3317eec2e5f152c101e65f13036..1426f91ccb41bf2890514d4eb8f808a7cfda43ce 100644 (file)
     (load "tooltip"))
 (load "international/iso-transl") ; Binds Alt-[ and friends.
 
+;; Used by `kill-buffer', for instance.
+(load "emacs-lisp/rmc")
+
 ;; This file doesn't exist when building a development version of Emacs
 ;; from the repository.  It is generated just after temacs is built.
 (load "leim/leim-list.el" t)
       (message "Warning: Change in load-path due to site-load will be \
 lost after dumping")))
 
-;; Used by `kill-buffer', for instance.
-(load "emacs-lisp/rmc")
-
 ;; Actively check for advised functions during preload since:
 ;; - advices in Emacs's core are generally considered bad style;
 ;; - `Snarf-documentation' looses docstrings of primitives advised