Преглед изворни кода

org.el: remove useless comment.

Bastien Guerry пре 15 година
родитељ
комит
e6d74f9253
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      lisp/org.el

+ 0 - 1
lisp/org.el

@@ -18773,7 +18773,6 @@ Taken from `count' in cl-seq.el with all keyword arguments removed."
   "Move backwards over whitespace, to the beginning of the first empty line.
   "Move backwards over whitespace, to the beginning of the first empty line.
 Returns the number of empty lines passed."
 Returns the number of empty lines passed."
   (let ((pos (point)))
   (let ((pos (point)))
-    ;;(skip-chars-backward " \t\n\r")
     (if (cdr (assoc 'heading org-blank-before-new-entry))
     (if (cdr (assoc 'heading org-blank-before-new-entry))
        (skip-chars-backward " \t\n\r")
        (skip-chars-backward " \t\n\r")
       (forward-line -1))
       (forward-line -1))