Procházet zdrojové kódy

Use eval-and-compile

pull/15/head
10sr před 9 roky
rodič
revize
c31c4dc9d7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Zobrazit soubor

@@ -56,7 +56,7 @@ VALUE when defining SYMBOL."
"Require FEATURE if available.

At compile time the feature will be loaded immediately."
`(eval-when-compile
`(eval-and-compile
(require ,feature nil t)))

(defmacro autoload-eval-lazily (feature &optional functions &rest body)


Načítá se…
Zrušit
Uložit