blob: 7e8ff1473886d57c2331f55fe81a0d8c543d2369 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- php-mode-1.4.0-beta-orig/php-mode.el 2007-11-06 22:34:50.000000000 +0100
+++ php-mode-1.4.0-beta/php-mode.el 2008-01-01 16:26:26.000000000 +0100
@@ -291,7 +291,7 @@
;; (c-lang-defconst c-class-decl-kwds
;; php php-class-decl-kwds)
(set (make-local-variable 'c-class-key) php-class-key)
- (set (make-local-variable 'c-conditional-key) php-conditional-key)
+;; (set (make-local-variable 'c-conditional-key) php-conditional-key)
(defvar php-mode-syntax-table php-mode-syntax-table)
;; this line makes $ into punctuation instead of a word constituent
|