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

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

[elpa] externals/phps-mode 605b76c 57/96: Removed note


From: Christian Johansson
Subject: [elpa] externals/phps-mode 605b76c 57/96: Removed note
Date: Fri, 29 Oct 2021 11:14:46 -0400 (EDT)

branch: externals/phps-mode
commit 605b76c0630459f783194bdab6f939e45c41877e
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@cvj.se>

    Removed note
---
 admin/phps-mode-automation.el | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/admin/phps-mode-automation.el b/admin/phps-mode-automation.el
index d244293..383fd1c 100644
--- a/admin/phps-mode-automation.el
+++ b/admin/phps-mode-automation.el
@@ -86,8 +86,6 @@
            parser-generator-lex-analyzer--function
            phps-mode-automation-grammar--lex-analyzer-function))
 
-        ;; TODO Make dump of variable above work
-
         (when (boundp 'parser-generator-lex-analyzer--get-function)
           (setq
            parser-generator-lex-analyzer--get-function
@@ -111,19 +109,19 @@
           (message "Precedence Tables")
           (when (boundp 'parser-generator-lr--symbol-precedence-value)
             (message
-             "parser-generator-lr--symbol-precedence-value: %S"
+             "(setq parser-generator-lr--symbol-precedence-value %S)"
              parser-generator-lr--symbol-precedence-value))
           (when (boundp 'parser-generator-lr--symbol-precedence-type)
             (message
-             "parser-generator-lr--symbol-precedence-type: %S"
+             "(setq parser-generator-lr--symbol-precedence-type %S)"
              parser-generator-lr--symbol-precedence-type))
           (when (boundp 
'parser-generator-lr--production-number-precedence-value)
             (message
-             "parser-generator-lr--production-number-precedence-value: %S"
+             "(setq parser-generator-lr--production-number-precedence-value 
%S)"
              parser-generator-lr--production-number-precedence-value))
           (when (boundp 
'parser-generator-lr--production-number-precedence-type)
             (message
-             "parser-generator-lr--production-number-precedence-type: %S"
+             "(setq parser-generator-lr--production-number-precedence-type %S)"
              parser-generator-lr--production-number-precedence-type))
 
           ;; Only generate LR-items, GOTO-tables and ACTION-tables if we are 
lacking it



reply via email to

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