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

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

[nongnu] elpa/bison-mode 0de3ce2 15/29: Removing some commented-out debu


From: ELPA Syncer
Subject: [nongnu] elpa/bison-mode 0de3ce2 15/29: Removing some commented-out debugging code.
Date: Sun, 29 Aug 2021 10:58:42 -0400 (EDT)

branch: elpa/bison-mode
commit 0de3ce25a079848d4333227b340269affa7ceb1c
Author: Wilfred Hughes <me@wilfred.me.uk>
Commit: Wilfred Hughes <me@wilfred.me.uk>

    Removing some commented-out debugging code.
---
 bison-mode.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/bison-mode.el b/bison-mode.el
index d51eda7..bfe1126 100644
--- a/bison-mode.el
+++ b/bison-mode.el
@@ -404,7 +404,6 @@ found."
 (defun bison--within-braced-c-expression-p (section)
   "return t if the point is within an sexp delimited by braces \({,}\)
 "
-  ;;(debug)
   (save-excursion
     (bison--within-braced-c-expression-p-h section (point))))
 
@@ -543,7 +542,6 @@ assumes indenting a new line, i.e. at column 0
 "
   (interactive)
 
-  ;;(message "indent new line")
   (let* ((section (bison--section-p))
         (c-sexp (or c-sexp (bison--within-braced-c-expression-p section)))
         )
@@ -594,7 +592,6 @@ assumes indenting a new line, i.e. at column 0
 "
   (interactive)
   
-  ;;(message "indent-line")
   (let* ((pos (- (point-max) (point)))
         (reset-pt (function (lambda ()
                               (if (> (- (point-max) pos) (point))



reply via email to

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