Skip to content

Commit

Permalink
Use symbol in obsolete variable sexp
Browse files Browse the repository at this point in the history
This gives an improved warning message.
  • Loading branch information
Niall Dooley authored and gvol committed Apr 7, 2024
1 parent b8674cb commit 440ed78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memento-mori.el
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ To use `memento-mori-mementos' customize it, or erase customization of
:group 'memento-mori
:type 'string)
(make-obsolete-variable 'memento-mori-birth-date
"memento-mori-mementos" "0.2.1")
'memento-mori-mementos "0.2.1")

(defcustom memento-mori-mementos
'(("%y years since Harrison Bergeron was published"
Expand Down

0 comments on commit 440ed78

Please sign in to comment.