Skip to content

Commit

Permalink
Merge pull request #1107 from fuyu0425/defvaralias
Browse files Browse the repository at this point in the history
Should use defvaralias instead defalias for variable
  • Loading branch information
manateelazycat authored Nov 11, 2024
2 parents c4520d6 + fd5fc33 commit 649931a
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)
(defvaralias '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 649931a

Please sign in to comment.