Просмотр исходного кода

Silence byte-compiler

* lisp/org.el (org-next-visible-heading): Remove unused binding.
Nicolas Goaziou 5 лет назад
Родитель
Сommit
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))