From: Michael Heerdegen Date: Sat, 8 Dec 2018 21:21:23 +0000 (+0100) Subject: Fix quote in the copyright skeleton X-Git-Tag: emacs-27.0.90~4022 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=287f86d360e183839a60ee6a9e2bbb664fcc8a20;p=emacs.git Fix quote in the copyright skeleton Revert replacing a backquote in the "copyright" skeleton with a quote done in "Replace insignificant backquotes" which broke the skeleton. * lisp/emacs-lisp/copyright.el (copyright): Restore the correct version of the skeleton that used a backquote. --- 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." "Insert a copyright by $ORGANIZATION notice at cursor." "Company: " comment-start - "Copyright (C) " '(format-time-string "%Y") " by " + "Copyright (C) " `(format-time-string "%Y") " by " (or (getenv "ORGANIZATION") str) '(if (copyright-offset-too-large-p)