We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a5db9 commit c2ad177Copy full SHA for c2ad177
core/core-configuration-layer.el
@@ -1917,7 +1917,7 @@ RNAME is the name symbol of another existing layer."
1917
;; Consider built-in packages, but only when
1918
;; they are installed from a different location.
1919
(or (not (package-built-in-p pkg-name))
1920
- (and pkg (not (eq 'built-in (oref pkg :location))))))
+ (and pkg (not (eq 'built-in (oref pkg location))))))
1921
(setq new-version
1922
(if recipe
1923
(or (quelpa-checkout (configuration-layer//make-quelpa-recipe pkg)
0 commit comments