Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
manateelazycat committed Oct 29, 2024
1 parent 9641486 commit 88e6f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acm/acm.el
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
:type 'string
:group 'acm)

(defalias acm-completion-backend-merge-order acm-backend-order)
(defalias 'acm-completion-backend-merge-order 'acm-backend-order)

(defcustom acm-backend-order '("mode-first-part-candidates"
"template-first-part-candidates"
Expand Down

0 comments on commit 88e6f36

Please sign in to comment.