소스 검색

org-local-logging: Replace let* with let

* lisp/org.el (org-local-logging): Replace let* with let.
Kyle Meyer 9 년 전
부모
커밋
04aea5ea6f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -13039,7 +13039,7 @@ This hook runs even if there is no statistics cookie present, in which case
         org-log-repeat nil
         org-todo-log-states nil)
   (dolist (w (org-split-string value))
-    (let* (a)
+    (let (a)
       (cond
        ((setq a (assoc w org-startup-options))
         (and (member (nth 1 a) '(org-log-done org-log-repeat))