Explorar o código

Silence byte-compiler

* lisp/org.el (org-next-visible-heading): Remove unused binding.
Nicolas Goaziou %!s(int64=5) %!d(string=hai) anos
pai
achega
f6c29730b3
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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.
 With ARG, repeats or can move backward if negative."
   (interactive "p")
-  (let ((regexp (concat "^" (org-get-limited-outline-regexp)))
-	(initial-arg arg))
+  (let ((regexp (concat "^" (org-get-limited-outline-regexp))))
     (if (< arg 0)
 	(beginning-of-line)
       (end-of-line))