diff options
author | uebayasi <uebayasi> | 2003-07-22 03:58:52 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2003-07-22 03:58:52 +0000 |
commit | 18ed200ef461dcabef967f6fe58e6af7af613332 (patch) | |
tree | a69b19d69e5fab9053f3cf6d8de17e5d3fdfb01c /editors | |
parent | 3ae419e187b72dc972c9988f6eabf107091b823a (diff) | |
download | pkgsrc-18ed200ef461dcabef967f6fe58e6af7af613332.tar.gz |
Back out previous and more; "\ No newline at end of file" *is* needed in
this case. Sprinkle two more copies of the mark.
Tested by Isihara-san, the originator of PR22172.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/tamago/distinfo | 4 | ||||
-rw-r--r-- | editors/tamago/patches/patch-aa | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/editors/tamago/distinfo b/editors/tamago/distinfo index 53b311651bd..83520033496 100644 --- a/editors/tamago/distinfo +++ b/editors/tamago/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2003/07/18 10:26:04 uebayasi Exp $ +$NetBSD: distinfo,v 1.7 2003/07/22 03:58:52 uebayasi Exp $ SHA1 (tamago-4.0.6.tar.gz) = f1ae53cbcdeb5f2aad9d90d75742efe2fcd83d39 Size (tamago-4.0.6.tar.gz) = 260021 bytes -SHA1 (patch-aa) = e01cf9e8b2228aebfa096fde9bab11e20a2ffe20 +SHA1 (patch-aa) = 21d8bfed2478c8c49f366f49a7409c704799c5b2 diff --git a/editors/tamago/patches/patch-aa b/editors/tamago/patches/patch-aa index a3e893e98b3..85efc4189fa 100644 --- a/editors/tamago/patches/patch-aa +++ b/editors/tamago/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.7 2003/07/18 10:26:05 uebayasi Exp $ +$NetBSD: patch-aa,v 1.8 2003/07/22 03:58:53 uebayasi Exp $ Index: AUTHORS =================================================================== @@ -6807,6 +6807,7 @@ diff -N egg-sim-old.el - (setq j (1+ j))) - (insert (format "\n"))) - (setq i (1+ i)))))) +\ No newline at end of file Index: egg-sim.el =================================================================== RCS file: /cvs/tamago/tamago/egg-sim.el,v @@ -6838,6 +6839,7 @@ diff -d -u -p -r1.1.1.1 -r1.2 (setq j (1+ j))) (insert (format "\n"))) - (setq i (1+ i)))))) +\ No newline at end of file + (setq i (1+ i)))))) Index: egg-simv.el =================================================================== @@ -6893,6 +6895,7 @@ diff -N egg-simv.el -"Y" ",2O(B" ",2V(B" ",2[(B" ",2}(B" ",2\(B" - -",2p(B" ",1p(B" +\ No newline at end of file Index: egg-util.el =================================================================== RCS file: egg-util.el @@ -8317,6 +8320,7 @@ diff -d -u -p -r1.1.1.3 -r1.3 - (load-leim-list-except-this) - - ) +\ No newline at end of file +;;; leim-list.el ends here. Index: menudiag.el =================================================================== |