update of packages

This commit is contained in:
2023-11-04 19:26:41 +01:00
parent e162a12b58
commit 3b54a3236d
726 changed files with 297673 additions and 34585 deletions

View File

@@ -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)