Explorar o código

Bind forgotten local variable.

Carsten Dominik %!s(int64=16) %!d(string=hai) anos
pai
achega
998acc2985
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      lisp/org-list.el

+ 3 - 1
lisp/org-list.el

@@ -699,7 +699,9 @@ Also, fix the indentation."
 (defun org-shift-item-indentation (delta)
   "Shift the indentation in current item by DELTA."
   (save-excursion
-    (let ((beg (point-at-bol)) (end (progn (org-end-of-item) (point))))
+    (let ((beg (point-at-bol))
+	  (end (progn (org-end-of-item) (point)))
+	  i)
       (goto-char end)
       (beginning-of-line 0)
       (while (> (point) beg)