Skip to content

Commit

Permalink
FIX typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ndwarshuis committed Aug 11, 2024
1 parent be7d5bf commit ff57aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-ml.el
Original file line number Diff line number Diff line change
Expand Up @@ -1716,7 +1716,7 @@ TYPE is a symbol and POST-BLANK is a positive integer."
;; call other shorthand builders and caching each layer is probably
;; overkill since none of these functions have that many arguments
;; to vary
(let ((org-ml-memoize-shorthand-builders nil))
(let ((,switch nil))
(let ((,n ,body))
(puthash ,k (org-ml-copy ,n t) ,h)
,n))))))
Expand Down

0 comments on commit ff57aad

Please sign in to comment.