Skip to content

Commit

Permalink
Add subr-x for string-trim
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianparvino committed Aug 1, 2020
1 parent 532c4e3 commit ef8fe37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions org-caldav.el
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
(require 'url-util)
(require 'cl-lib)
(require 'button)
(require `subr-x)

This comment has been minimized.

Copy link
@kmatyukhin

kmatyukhin Aug 2, 2020

Don't know why backtick has appeared here. Shouldn't it be a single quote instead?



(defgroup org-caldav nil
Expand Down

0 comments on commit ef8fe37

Please sign in to comment.