emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/raeburn-startup 43dcdd3 25/43: Load cl-macs, neede


From: Ken Raeburn
Subject: [Emacs-diffs] scratch/raeburn-startup 43dcdd3 25/43: Load cl-macs, needed for cl-labels.
Date: Mon, 31 Jul 2017 02:11:02 -0400 (EDT)

branch: scratch/raeburn-startup
commit 43dcdd3839b4683d722b5c322beadd9fdb2de920
Author: Ken Raeburn <address@hidden>
Commit: Ken Raeburn <address@hidden>

    Load cl-macs, needed for cl-labels.
    
    * lisp/loadup.el: Load emacs-lisp/cl-macs.
---
 lisp/loadup.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/loadup.el b/lisp/loadup.el
index 75bbd6f..fb276d2 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -316,6 +316,8 @@
 ;; Preload some constants and floating point functions.
 (load "emacs-lisp/float-sup")
 
+(load "emacs-lisp/cl-macs")
+
 (load "vc/vc-hooks")
 (load "vc/ediff-hook")
 (load "uniquify")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]