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

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

[elpa] externals/latex-table-wizard e738b1c094 02/70: Remove comments


From: ELPA Syncer
Subject: [elpa] externals/latex-table-wizard e738b1c094 02/70: Remove comments
Date: Sat, 13 May 2023 08:59:09 -0400 (EDT)

branch: externals/latex-table-wizard
commit e738b1c094e592edb1c5125a047ac05bfc52e9d3
Author: Enrico Flor <nericoflor@gmail.com>
Commit: Enrico Flor <nericoflor@gmail.com>

    Remove comments
---
 latex-table-wizard.el | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/latex-table-wizard.el b/latex-table-wizard.el
index bbe2553c12..9ca51ef60e 100644
--- a/latex-table-wizard.el
+++ b/latex-table-wizard.el
@@ -294,18 +294,6 @@ Stop the skipping at LIMIT (a buffer position or a 
marker)."
             (setq done t)))))
     (when new-start-of-line (goto-char new-start-of-line))))
 
-;; (defsubst latex-table-wizard--contentless-string-p (beg end)
-;;   (let ((str (buffer-substring-no-properties beg end))
-;;         (hline-macros (concat "[^\\\\]\\\\"
-;;                               (regexp-opt
-;;                                latex-table-wizard--current-hline-macros)
-;;                               latex-table-wizard--macro-args-re)))
-;;     (thread-last
-;;       str
-;;       (replace-regexp-in-string "[^\\\\]%.*$" "")
-;;       (replace-regexp-in-string hline-macros "")
-;;       (string-blank-p))))
-
 (defun latex-table-wizard--parse-table ()
   "Parse table(-like) environment point is in.
 
@@ -336,7 +324,6 @@ Each value is an integer, S and E are markers."
     (save-excursion
       (goto-char env-beg)
       (while (< (point) env-end)
-        ;; (latex-table-wizard--skip-stuff env-end)
         (when (looking-at-p "[[:space:]]*\\($\\|%\\)")
           ;; nothing interesting left between point and eol
           (forward-line))



reply via email to

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