mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 14:30:50 -08:00
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.
This commit is contained in:
parent
a65c0929eb
commit
287f86d360
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue