summaryrefslogtreecommitdiff
path: root/debian-bug.el
diff options
context:
space:
mode:
Diffstat (limited to 'debian-bug.el')
-rw-r--r--debian-bug.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian-bug.el b/debian-bug.el
index accc8b3..a8495e5 100644
--- a/debian-bug.el
+++ b/debian-bug.el
@@ -943,7 +943,7 @@ reporting process by calling `debian-bug-compose-report'."
"Insert the output from the bug script, if any, into the current buffer."
(when (and temp-file (file-readable-p temp-file))
(save-excursion
- (next-line 1)
+ (forward-line 1)
(insert "\n")
(insert "-- Package-specific info:\n")
(let ((beg (point))