Skip to content

Commit c2ad177

Browse files
committed
fixup! Rework treatment of built-in packages (#16938)
One instance of the deprecated oref slot syntax remained.
1 parent 63a5db9 commit c2ad177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/core-configuration-layer.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1917,7 +1917,7 @@ RNAME is the name symbol of another existing layer."
19171917
;; Consider built-in packages, but only when
19181918
;; they are installed from a different location.
19191919
(or (not (package-built-in-p pkg-name))
1920-
(and pkg (not (eq 'built-in (oref pkg :location))))))
1920+
(and pkg (not (eq 'built-in (oref pkg location))))))
19211921
(setq new-version
19221922
(if recipe
19231923
(or (quelpa-checkout (configuration-layer//make-quelpa-recipe pkg)

0 commit comments

Comments
 (0)