Fix: Sharp-quote alias targets
This commit is contained in:
parent
8a8f78408c
commit
3e9f3276c0
2 changed files with 3 additions and 3 deletions
|
|
@ -46,7 +46,7 @@
|
|||
(declare-function org-super-agenda--group-items "ext:org-super-agenda")
|
||||
|
||||
(when (version< org-version "9.2")
|
||||
(defalias 'org-get-tags 'org-get-tags-at))
|
||||
(defalias 'org-get-tags #'org-get-tags-at))
|
||||
|
||||
;;;; Variables
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue