Преглед на файлове

Silence byte-compiler

* lisp/org.el (org-next-visible-heading): Remove unused binding.
Nicolas Goaziou преди 5 години
родител
ревизия
f6c29730b3
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  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))