The following modification seems to fix the problem that I described in
previous message:
In the function definition of "update-std-header" in file
"std_comment.el", replace the lines:
(kill-line)
(rotate-yank-pointer 1)
by:
(let ((beg (point)))
(forward-line 1)
(forward-char -1)
(delete-region beg (point)))
(I found these lines in
<http://www.emacswiki.org/emacs/ElispCookbook#toc15>).
As a side affect, the old "last update" line will no longer be included
into the kill ring.
Thanks,
Paul Huygen
--
std_comment.el: broken code for timestamp in Makefile
https://bugs.launchpad.net/bugs/246354
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
--
universe-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/universe-bugs