Kaynağa Gözat

fix lazy-load-eval

pull/1/head
10sr 11 yıl önce
ebeveyn
işleme
f2547e056d
1 değiştirilmiş dosya ile 9 ekleme ve 9 silme
  1. +9
    -9
      emacs.el

+ 9
- 9
emacs.el Dosyayı Görüntüle

@@ -106,16 +106,16 @@ found, otherwise returns nil."
`(progn
,@(mapcar (lambda (f)
(unless (fboundp f)
(progn
`(progn
(message "Autoloaded function `%S' defined (%s)"
f
libpath)
`(autoload (quote ,f)
,libname
,(concat "Autoloaded function defined in \""
libpath
"\".")
t))))
(quote ,f)
,libpath)
(autoload (quote ,f)
,libname
,(concat "Autoloaded function defined in \""
libpath
"\".")
t))))
(or (eval functions)
`(,(eval feature))))
(eval-after-load ,feature


Yükleniyor…
İptal
Kaydet