Skip to content

Commit 4212972

Browse files
committed
Fix call to define-obsolete-function-alias for Emacs 28
1 parent cd1e04e commit 4212972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

magit-stgit.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ the To, Cc, and Bcc fields for all patches."
727727

728728
;;; magit-stgit.el ends soon
729729

730-
(define-obsolete-function-alias 'turn-on-magit-stgit 'magit-stgit-mode)
730+
(define-obsolete-function-alias 'turn-on-magit-stgit 'magit-stgit-mode "2014-08-31")
731731

732732
(provide 'magit-stgit)
733733
;; Local Variables:

0 commit comments

Comments
 (0)