diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-09 06:53:50 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-09 06:53:50 +0000 |
commit | 8bbf9e95a3ef69860a442852d595601d5718f0f4 (patch) | |
tree | 70687b001bc9681c07678d3a8dfe5087524dfee4 /scripts | |
parent | 3501c7d16e0c3b367d573f8353a255f49038344d (diff) |
changed to proper Max text file extension
svn path=/trunk/; revision=4178
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/pd-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pd-mode.el b/scripts/pd-mode.el index 29768a03..d4a2e3b1 100644 --- a/scripts/pd-mode.el +++ b/scripts/pd-mode.el @@ -35,7 +35,7 @@ ;; configuration file: ;; ;; (autoload 'pd-mode "pd-mode" "autoloaded" t) -;; (add-to-list 'auto-mode-alist '("\\.max$" . pd-mode)) +;; (add-to-list 'auto-mode-alist '("\\.pat$" . pd-mode)) ;; (add-to-list 'auto-mode-alist '("\\.pd$" . pd-mode)) ;; |