File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,18 @@ All notable changes of the PHP Mode 1.19.1 release series are documented in this
8
8
9
9
* Add ` php-topsy-beginning-of-defun-with-class ` to display classname with function signature. ([ #766 ] )
10
10
11
+ ### Fixed
12
+
13
+ * Fixed build failure in Emacs on master branch ([ #764 ] , [ #767 ] )
14
+
11
15
### Removed
12
16
13
17
* Removed Phan-specific features from ` php-project ` ([ #754 ] )
14
18
15
19
[ #754 ] : https://github.com/emacs-php/php-mode/pull/754
20
+ [ #764 ] : https://github.com/emacs-php/php-mode/issues/764
16
21
[ #766 ] : https://github.com/emacs-php/php-mode/pull/766
22
+ [ #767 ] : https://github.com/emacs-php/php-mode/pull/767
17
23
18
24
## [ 1.25.0] - 2023-07-24
19
25
Original file line number Diff line number Diff line change 26
26
27
27
; ;; Code:
28
28
(require 'flymake )
29
- (require 'flymake-proc )
30
29
(require 'cl-lib )
30
+ (eval-and-compile
31
+ (require 'flymake-proc ))
31
32
(eval-when-compile
32
33
(require 'pcase )
33
34
(require 'rx ))
You can’t perform that action at this time.
0 commit comments