Skip to content

Commit 81ebd7c

Browse files
committed
Merge branch 'release/2.2.1'
2 parents 82956cb + 1ad6fa9 commit 81ebd7c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

php-extras.el

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
;;; php-extras.el --- Extra features for `php-mode'
22

3-
;; Copyright (C) 2012, 2013, 2014 Arne Jørgensen
3+
;; Copyright (C) 2012, 2013, 2014, 2015 Arne Jørgensen
44

55
;; Author: Arne Jørgensen <[email protected]>
66
;; URL: https://github.com/arnested/php-extras
77
;; Created: June 28, 2012
8-
;; Version: 2.2.0
8+
;; Version: 2.2.1
99
;; Package-Requires: ((php-mode "1.5.0"))
1010
;; Keywords: programming, php
1111

@@ -44,6 +44,7 @@
4444
(declare-function company-grab-symbol "company" ())
4545
(declare-function company-begin-backend "company" (backend &optional callback))
4646
(defvar company-backends)
47+
(defvar ac-sources)
4748

4849
(defvar php-extras-php-variable-regexp
4950
(format "\\(\\$[a-zA-Z_%s-%s][a-zA-Z0-9_%s-%s]*\\(\\[.*\\]\\)*\\)"

0 commit comments

Comments
 (0)