diff --git a/lisp/cli/packages.el b/lisp/cli/packages.el index c1a515fbe..06762e544 100644 --- a/lisp/cli/packages.el +++ b/lisp/cli/packages.el @@ -13,9 +13,9 @@ ;; ;;; Commands -(defcli-obsolete! ((build b)) (sync "--rebuild") "v3.0.0") +(defcli-obsolete! ((build b)) (sync "--rebuild") "3.0.0") -(defcli-obsolete! ((purge p)) (gc) "v3.0.0") +(defcli-obsolete! ((purge p)) (gc) "3.0.0") ;; TODO Rename to "doom gc" and move to its own file (defcli! (gc) diff --git a/lisp/doom-lib.el b/lisp/doom-lib.el index 587e13e00..52db88af7 100644 --- a/lisp/doom-lib.el +++ b/lisp/doom-lib.el @@ -89,7 +89,7 @@ list is returned as-is." ;; ;;; Public library -(define-obsolete-function-alias 'doom-enlist 'ensure-list "v3.0.0") +(define-obsolete-function-alias 'doom-enlist 'ensure-list "3.0.0") (defun doom-unquote (exp) "Return EXP unquoted." diff --git a/lisp/doom-projects.el b/lisp/doom-projects.el index b3d608551..aa1d22987 100644 --- a/lisp/doom-projects.el +++ b/lisp/doom-projects.el @@ -12,7 +12,7 @@ Emacs.") (defvar doom-projectile-cache-purge-non-projects nil "If non-nil, non-projects are purged from the cache on `kill-emacs-hook'.") -(define-obsolete-variable-alias 'doom-projectile-fd-binary 'doom-fd-executable "v3.0.0") +(define-obsolete-variable-alias 'doom-projectile-fd-binary 'doom-fd-executable "3.0.0") (defvar doom-fd-executable (cl-find-if #'executable-find (list "fdfind" "fd")) "The filename of the fd executable. diff --git a/modules/app/irc/config.el b/modules/app/irc/config.el index cc953f02c..d94ae3b37 100644 --- a/modules/app/irc/config.el +++ b/modules/app/irc/config.el @@ -31,8 +31,8 @@ playback.") (format (format "%%%ds | %%s" +irc-left-padding) (concat "*** " left) right)) -(define-obsolete-variable-alias '+irc-notifications-watch-strings 'circe-notifications-watch-strings "v3.0.0") -(define-obsolete-variable-alias '+irc-time-stamp-format 'lui-time-stamp-format "v3.0.0") +(define-obsolete-variable-alias '+irc-notifications-watch-strings 'circe-notifications-watch-strings "3.0.0") +(define-obsolete-variable-alias '+irc-time-stamp-format 'lui-time-stamp-format "3.0.0") ;; diff --git a/modules/ui/ligatures/config.el b/modules/ui/ligatures/config.el index 61cce4823..097c9ccde 100644 --- a/modules/ui/ligatures/config.el +++ b/modules/ui/ligatures/config.el @@ -63,11 +63,11 @@ font.") (defvar +ligatures-prog-mode-list nil "A list of ligatures to enable in all `prog-mode' buffers.") -(make-obsolete-variable '+ligatures-prog-mode-list "Use `+ligatures-alist' instead" "v3.0.0") +(make-obsolete-variable '+ligatures-prog-mode-list "Use `+ligatures-alist' instead" "3.0.0") (defvar +ligatures-all-modes-list nil "A list of ligatures to enable in all buffers.") -(make-obsolete-variable '+ligatures-all-modes-list "Use `+ligatures-alist' instead" "v3.0.0") +(make-obsolete-variable '+ligatures-all-modes-list "Use `+ligatures-alist' instead" "3.0.0") (defvar +ligatures-extra-alist '((t)) "A map of major modes to symbol lists (for `prettify-symbols-alist').")