summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-08-09 21:37:48 -0400
committerKyle Meyer <kyle@kyleam.com>2015-08-09 21:39:18 -0400
commit04aea5ea6fffb6442fa22677176ebd43c37e10a1 (patch)
tree597352c970a26679e66547fdf68afa6f504a73d8
parent906034b1a1bb604b0d2950e68a48be3ffd41669c (diff)
downloadorg-mode-04aea5ea6fffb6442fa22677176ebd43c37e10a1.tar.gz
org-local-logging: Replace let* with let
* lisp/org.el (org-local-logging): Replace let* with let.
-rwxr-xr-xlisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 6e238d1..abba0f9 100755
--- a/lisp/org.el
+++ b/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))