branch: scratch/editorconfig-cc
commit d5473b369ed585ac1db76aa59e6b600e447f1577
Author: 10sr <8.slas...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Remove comment
---
 editorconfig-core-handle.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/editorconfig-core-handle.el b/editorconfig-core-handle.el
index 73adad6eff..a0e1abbdc2 100644
--- a/editorconfig-core-handle.el
+++ b/editorconfig-core-handle.el
@@ -251,7 +251,6 @@ If CONF is not found return nil."
            )
           (setq current-line-number
                 (1+ current-line-number))
-          ;; Use  this code instead of goto-line for Lisp program
           (goto-char (point-min))
           (forward-line (1- current-line-number))
           )

Reply via email to