summaryrefslogtreecommitdiff
path: root/lisp/ldefs-boot-manual.el
blob: 183703d25e84d778092fea6e72bcdf4dca60b317 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
;; These appear to be necessary as they are used elsewhere in macro definitions.
(load "emacs-lisp/gv.el")
(load "emacs-lisp/nadvice.el")
(load "emacs-lisp/inline.el")

;; This variable is used by bytecomp.el
(defvar warning-series nil)

;; This variable is used by emacs-lisp-mode which is used heavily
;; during the byte-compile phase
(defvar electric-pair-text-pairs '((34 . 34)))


(load "ldefs-boot-auto.el")

;; Local Variables:
;; no-byte-compile: t
;; no-update-autoloads: t
;; End: