Browse Source

Silence byte-compiler

* lisp/org.el (org-next-visible-heading): Remove unused binding.
Nicolas Goaziou 5 years ago
parent
commit
f6c29730b3
1 changed files with 1 additions and 2 deletions
  1. 1 2
      lisp/org.el

+ 1 - 2
lisp/org.el

@@ -20469,8 +20469,7 @@ Stop at the first and last subheadings of a superior heading."
   "Move to the next visible heading line.
   "Move to the next visible heading line.
 With ARG, repeats or can move backward if negative."
 With ARG, repeats or can move backward if negative."
   (interactive "p")
   (interactive "p")
-  (let ((regexp (concat "^" (org-get-limited-outline-regexp)))
-	(initial-arg arg))
+  (let ((regexp (concat "^" (org-get-limited-outline-regexp))))
     (if (< arg 0)
     (if (< arg 0)
 	(beginning-of-line)
 	(beginning-of-line)
       (end-of-line))
       (end-of-line))