Skip to content

Commit

Permalink
Should use defvaralias instead defalias for variable
Browse files Browse the repository at this point in the history
  • Loading branch information
fuyu0425 committed Nov 11, 2024
1 parent c4520d6 commit fd5fc33
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 fd5fc33

Please sign in to comment.