summaryrefslogtreecommitdiff
path: root/debian-bug.el
diff options
context:
space:
mode:
authorFabrice Bauzac <noon@mykolab.com>2023-06-07 23:23:39 +0200
committerFabrice Bauzac <noon@mykolab.com>2023-06-07 23:23:39 +0200
commit1d89d13f091bb1e24ee78b6e6cb008c0e8a7e946 (patch)
treed0aff09aae9a7b712f722f970afd1a3542315bc2 /debian-bug.el
parenta3ef20c269b9192710567571b20718f572942bc4 (diff)
Fix warning about next-line
Use forward-line to fix a byte-compilation warning.
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 467f29b..88c8c2e 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))