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
d226ec23
Commit
d226ec23
authored
Jan 22, 2011
by
Glenn Morris
Browse files
* lisp/emacs-lisp/copyright.el (copyright-fix-years): Use copyright-find-copyright.
parent
0412a5a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
lisp/ChangeLog
lisp/ChangeLog
+1
-0
lisp/emacs-lisp/copyright.el
lisp/emacs-lisp/copyright.el
+1
-1
No files found.
lisp/ChangeLog
View file @
d226ec23
...
...
@@ -5,6 +5,7 @@
(copyright-update): Don't mess with the GPL version if we don't own the
copyright. Update license regexp, and remove no longer needed
Esperanto stuff.
(copyright-fix-years): Use copyright-find-copyright.
2011-01-22 Chong Yidong <cyd@stupidchicken.com>
...
...
lisp/emacs-lisp/copyright.el
View file @
d226ec23
...
...
@@ -255,7 +255,7 @@ Uses heuristic: year >= 50 means 19xx, < 50 means 20xx."
(interactive)
(widen)
(goto-char (copyright-start-point))
(if (copyright-
re-search copyright-regexp (copyright-limit)
t)
(if (copyright-
find-copyrigh
t)
(let ((s (match-beginning 2))
(e (copy-marker (1+ (match-end 2))))
(p (make-marker))
...
...
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