Merge branch 'master' into comment-cache
[emacs.git] / lisp / ldefs-boot-manual.el
blob183703d25e84d778092fea6e72bcdf4dca60b317
1 ;; These appear to be necessary as they are used elsewhere in macro definitions.
2 (load "emacs-lisp/gv.el")
3 (load "emacs-lisp/nadvice.el")
4 (load "emacs-lisp/inline.el")
6 ;; This variable is used by bytecomp.el
7 (defvar warning-series nil)
9 ;; This variable is used by emacs-lisp-mode which is used heavily
10 ;; during the byte-compile phase
11 (defvar electric-pair-text-pairs '((34 . 34)))
14 (load "ldefs-boot-auto.el")
16 ;; Local Variables:
17 ;; no-byte-compile: t
18 ;; no-update-autoloads: t
19 ;; End: