emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/typescript-mode f3140123d6 067/222: Remove a leftover comm


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode f3140123d6 067/222: Remove a leftover comment.
Date: Sun, 6 Feb 2022 16:59:17 -0500 (EST)

branch: elpa/typescript-mode
commit f3140123d601e20f2556fb860b36b431a5f1f9eb
Author: Louis-Dominique Dubeau <ldd@lddubeau.com>
Commit: Louis-Dominique Dubeau <ldd@lddubeau.com>

    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

[Prev in Thread] Current Thread [Next in Thread]