소스 검색

Set macro indent using declare

pull/15/head
10sr 9 년 전
부모
커밋
a9d0136ddc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el 파일 보기

@@ -52,6 +52,7 @@ the function same as FEATURE is defined as autoloaded function. BODY is passed
to `eval-after-load'.
After this macro is expanded, this returns the path to library if FEATURE
found, otherwise returns nil."
(declare (indent 2) (debug t))
(let* ((libname (symbol-name (eval feature)))
(libpath (locate-library libname)))
`(progn
@@ -74,7 +75,6 @@ found, otherwise returns nil."
(quote (progn
,@body)))
(locate-library ,libname))))
(put 'autoload-eval-lazily 'lisp-indent-function 2)

(when (autoload-eval-lazily 'tetris nil
(message "Tetris loaded!"))


불러오는 중...
취소
저장