Skip to content

Commit f5600e9

Browse files
committed
Fix lisp header
1 parent 535be55 commit f5600e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

php-runtime-test.el

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
;;; php-runtime-test.el --- Unit tests for php-runtime package.
1+
;;; php-runtime-test.el --- Unit tests for php-runtime package -*- lexical-binding: t -*-
22

3+
;; Copyright (C) 2024 Friends of Emacs-PHP development
34
;; Copyright (C) 2017 USAMI Kenta
45

56
;; Author: USAMI Kenta <[email protected]>
67
;; Created: 28 Aug 2017
78
;; Version: 0.2.0
89
;; Keywords: processes php
910
;; URL: https://github.com/emacs-php/php-runtime.el
10-
;; Package-Requires: ((emacs "24") (cl-lib "0.5"))
11+
;; Package-Requires: ((emacs "24.1"))
1112

1213
;; This file is NOT part of GNU Emacs.
1314

@@ -33,7 +34,6 @@
3334

3435

3536
;;; Code:
36-
3737
(require 'php-runtime)
3838
(require 'ert)
3939

0 commit comments

Comments
 (0)