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

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

[elpa] externals/phps-mode 4f7126b 70/96: Fixed automation grammar setti


From: Christian Johansson
Subject: [elpa] externals/phps-mode 4f7126b 70/96: Fixed automation grammar setting of lex-analyzer functions
Date: Fri, 29 Oct 2021 11:14:52 -0400 (EDT)

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

    Fixed automation grammar setting of lex-analyzer functions
---
 admin/phps-mode-automation.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/admin/phps-mode-automation.el b/admin/phps-mode-automation.el
index 7ca5fef..246e80b 100644
--- a/admin/phps-mode-automation.el
+++ b/admin/phps-mode-automation.el
@@ -95,13 +95,11 @@
           (setq
            parser-generator-lex-analyzer--function
            phps-mode-automation-grammar--lex-analyzer-function))
-        ;; TODO This is not exported correctly
 
         (when (boundp 'parser-generator-lex-analyzer--reset-function)
           (setq
            parser-generator-lex-analyzer--reset-function
            phps-mode-automation-grammar--lex-analyzer-reset-function))
-        ;; TODO This is not exported correctly
 
         (when (boundp 'parser-generator-lex-analyzer--get-function)
           (setq



reply via email to

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