update of packages
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
;;; php-flymake.el --- Flymake backend for PHP -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2022 Friends of Emacs-PHP development
|
||||
;; Copyright (C) 2023 Friends of Emacs-PHP development
|
||||
|
||||
;; Author: USAMI Kenta <tadsan@zonu.me>
|
||||
;; Created: 5 Mar 2022
|
||||
;; Version: 1.24.2
|
||||
;; Version: 1.25.0
|
||||
;; Keywords: tools, languages, php
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
@@ -26,6 +26,7 @@
|
||||
|
||||
;;; Code:
|
||||
(require 'flymake)
|
||||
(require 'flymake-proc)
|
||||
(require 'cl-lib)
|
||||
(eval-when-compile
|
||||
(require 'pcase)
|
||||
|
||||
Reference in New Issue
Block a user