Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fe177a62
Commit
fe177a62
authored
Jan 11, 2009
by
Glenn Morris
Browse files
(copyright-update): Add doc-string.
parent
304515db
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/emacs-lisp/copyright.el
lisp/emacs-lisp/copyright.el
+3
-1
No files found.
lisp/ChangeLog
View file @
fe177a62
...
...
@@ -11,6 +11,8 @@
(authors-scan-el, authors-add-to-author-list, authors):
Handle multiple authors in a file, via a new :cowrote category.
* emacs-lisp/copyright.el (copyright-update): Add doc-string.
2009-01-10 Richard M Stallman <rms@gnu.org>
* mail/mail-utils.el (mail-quote-printable-region): New function.
...
...
lisp/emacs-lisp/copyright.el
View file @
fe177a62
...
...
@@ -86,7 +86,8 @@ When this is `function', only ask when called non-interactively."
(defconst copyright-current-gpl-version "3"
"String representing the current version of the GPL or nil.")
(defvar copyright-update t)
(defvar copyright-update t
"The function `copyright-update' sets this to nil after updating a buffer.")
;; This is a defvar rather than a defconst, because the year can
;; change during the Emacs session.
...
...
@@ -231,6 +232,7 @@ version \\([0-9]+\\), or (at"
nil))
;; FIXME should be within 50 years of present (cf calendar).
;;;###autoload
(defun copyright-fix-years ()
"
Convert
2
digit
years
to
4
digit
years.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment