Skip to content

Commit

Permalink
Use slot-makeunbound
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jun 23, 2024
1 parent 735b95d commit 72ecca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions emir-utils.el
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
(let ((name (oref obj name)))
(message "Re-inserting %s..." name)
(closql--resolve-slots obj)
(closql--oset obj 'gnu-elpa-recipes eieio--unbound)
(closql--oset obj 'melpa-recipes eieio--unbound)
(slot-makeunbound obj 'gnu-elpa-recipes)
(slot-makeunbound obj 'melpa-recipes)
(closql-insert new obj)
(message "Re-inserting %s...done" name))))
(emacsql-close old)
Expand Down

0 comments on commit 72ecca9

Please sign in to comment.