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

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

[elpa] externals/phps-mode 8eb3dc0 311/405: Fixed byte-compilation issue


From: Stefan Monnier
Subject: [elpa] externals/phps-mode 8eb3dc0 311/405: Fixed byte-compilation issue in lexer
Date: Sat, 13 Jul 2019 10:00:38 -0400 (EDT)

branch: externals/phps-mode
commit 8eb3dc0fd06709c73ca0819dc592bf6c41151143
Author: Christian Johansson <address@hidden>
Commit: Christian Johansson <address@hidden>

    Fixed byte-compilation issue in lexer
---
 phps-mode-lexer.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/phps-mode-lexer.el b/phps-mode-lexer.el
index aad3679..5438252 100644
--- a/phps-mode-lexer.el
+++ b/phps-mode-lexer.el
@@ -47,10 +47,11 @@
 (autoload 'semantic-lex-push-token "semantic/lex")
 (autoload 'define-lex-analyzer "semantic/lex")
 
+;; NOTE This line is required to pass byte-compilation
+(require 'semantic/wisent)
+
+
 ;; Fix for byte-compilation warnings
-(defvar phps-mode-lexer-lex)
-(defvar semantic-lex-default-action)
-(defvar phps-mode-lexer-lex-analyzer)
 
 
 ;; Define the lexer for this grammar



reply via email to

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