Quellcode durchsuchen

Use eval-and-compile

pull/15/head
10sr vor 9 Jahren
Ursprung
Commit
c31c4dc9d7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Datei anzeigen

@@ -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)


Laden…
Abbrechen
Speichern