bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in copyright-update


From: Bingham, Jay
Subject: Bug in copyright-update
Date: Tue, 5 Apr 2005 17:34:27 -0500

In Emacs 21.3 the documentation for copyright-update (in copyright.el)
states:
If optional prefix ARG is given replace the years in the notice rather
than adding the current year after them.

However his is not what occurs, instead the word copyright is deleted
and replaced with the current year.

The offending sexp is:
(delete-region (match-beginning 1) (match-end 1))

It should be:
(delete-region (match-beginning 2) (match-end 2))

-_
J_)
C_)ingham
.    HP - NonStop Austin DataBase Connectivity - Software Quality
Assurance
.    Austin, TX
. "Language is the apparel in which your thoughts parade in public.
.  Never clothe them in vulgar and shoddy attire."     -Dr. George W.
Crane-






reply via email to

[Prev in Thread] Current Thread [Next in Thread]