branch: elpa/typescript-mode
commit f3140123d601e20f2556fb860b36b431a5f1f9eb
Author: Louis-Dominique Dubeau <[email protected]>
Commit: Louis-Dominique Dubeau <[email protected]>

    Remove a leftover comment.
    
    This comment should have been removed with commit d155a4b
---
 typescript-mode.el | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/typescript-mode.el b/typescript-mode.el
index e6110bbad6..7c9676be87 100644
--- a/typescript-mode.el
+++ b/typescript-mode.el
@@ -1890,11 +1890,6 @@ moved on success."
                    (when (or (typescript--backward-to-parameter-list)
                              (eq (char-before) ?\)))
                      (backward-list))
-                   ;; If the parameter list is preceded by (, take the
-                   ;; start of the parameter list as our reference.
-                   ;; This allows handling functions in parameter
-                   ;; lists. Otherwise, we want to go back to the
-                   ;; start of function declaration.
                    (back-to-indentation)
                    (cond (same-indent-p
                           (current-column))

Reply via email to