aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/copyright.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el
index 54d9aa01189..2f29c196964 100644
--- a/lisp/emacs-lisp/copyright.el
+++ b/lisp/emacs-lisp/copyright.el
@@ -347,7 +347,7 @@ independently replaces consecutive years with a range."
347 "Insert a copyright by $ORGANIZATION notice at cursor." 347 "Insert a copyright by $ORGANIZATION notice at cursor."
348 "Company: " 348 "Company: "
349 comment-start 349 comment-start
350 "Copyright (C) " '(format-time-string "%Y") " by " 350 "Copyright (C) " `(format-time-string "%Y") " by "
351 (or (getenv "ORGANIZATION") 351 (or (getenv "ORGANIZATION")
352 str) 352 str)
353 '(if (copyright-offset-too-large-p) 353 '(if (copyright-offset-too-large-p)