Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > cce859ee5e39d2c96e6fbabea54baebc > files > 1

emacs-php-mode-102-1mdk.i586.rpm

;; -*- Mode: Emacs-Lisp -*-
; Copyright (C) 2000 by Chmouel Boudjnah
; 
; Redistribution of this file is permitted under the terms of the GNU 
; Public License (GPL)
;

(autoload 'php-mode "php-mode" nil t)
(setq auto-mode-alist (append '(("\\.php3?\\'" . php-mode)) auto-mode-alist))