Variable: copyright-current-year
copyright-current-year is a variable defined in copyright.el.gz.
Value
"2026"
Documentation
String representing the current year.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/copyright.el.gz
;; This is a defvar rather than a defconst, because the year can
;; change during the Emacs session.
(defvar copyright-current-year (format-time-string "%Y")
"String representing the current year.")