Skip to content

Commit

Permalink
* core/core-configuration-layer.el: fix log for rshadow relationship (s…
Browse files Browse the repository at this point in the history
  • Loading branch information
sunlin7 authored Aug 6, 2022
1 parent eef9f4e commit 26a975d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/core-configuration-layer.el
Original file line number Diff line number Diff line change
Expand Up @@ -1599,7 +1599,7 @@ RNAME is the name symbol of another existing layer."
lname))
(when (null rlayer)
(configuration-layer//warning
"Unknown layer %s to declare lshadow relationship."
"Unknown layer %s to declare rshadow relationship."
rname)))))

(defun configuration-layer//set-layers-variables (layer-names)
Expand Down

0 comments on commit 26a975d

Please sign in to comment.