aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2025-02-20 14:06:46 +0100
committerStefan Kangas2025-02-21 17:42:10 +0100
commite7a35dac2fbe5777df531690c770b99e5f7561bb (patch)
tree01920c912c4ade0d59857eb4dd85953ca821c404
parent3c93085650762c04ae3988dedc6b872b7f217143 (diff)
downloademacs-e7a35dac2fbe5777df531690c770b99e5f7561bb.tar.gz
emacs-e7a35dac2fbe5777df531690c770b99e5f7561bb.zip
; Delete superfluous comment
-rw-r--r--lisp/loadup.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el
index 383e30725b1..9089da9a988 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -392,7 +392,6 @@
392 (setq internal-make-interpreted-closure-function 392 (setq internal-make-interpreted-closure-function
393 #'cconv-make-interpreted-closure)) 393 #'cconv-make-interpreted-closure))
394(load "cus-start") ;Late to reduce customize-rogue (needs loaddefs.el anyway) 394(load "cus-start") ;Late to reduce customize-rogue (needs loaddefs.el anyway)
395;; tooltip.el is now required even on DOS to compile certain Lisp files.
396(load "tooltip") 395(load "tooltip")
397(load "international/iso-transl") ; Binds Alt-[ and friends. 396(load "international/iso-transl") ; Binds Alt-[ and friends.
398 397