summaryrefslogtreecommitdiff
path: root/debian-bug.el
diff options
context:
space:
mode:
authorXIYUE DENG <manphiz@gmail.com>2023-10-03 18:18:06 +0000
committerXIYUE DENG <manphiz@gmail.com>2023-10-03 18:18:06 +0000
commit8d274571195a36ae97d92bd65c4bd51f352ba068 (patch)
treec311882eae6a1a1440a336015cf87256feded6ac /debian-bug.el
parent89f5f47255daab322fd69e6bf7c02a48bfec86bc (diff)
parent1d89d13f091bb1e24ee78b6e6cb008c0e8a7e946 (diff)
Merge branch 'next-line' into 'master'
Fix warning about next-line See merge request emacsen-team/debian-el!8
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))