Author: chromatic
Date: Tue Aug  9 10:32:59 2005
New Revision: 8893

Modified:
   trunk/editor/pir-mode.el
Log:
Applied #36841 from Jim McKim to allow .pir as a suffix for Parrot files.


Modified: trunk/editor/pir-mode.el
==============================================================================
--- trunk/editor/pir-mode.el    (original)
+++ trunk/editor/pir-mode.el    Tue Aug  9 10:32:59 2005
@@ -9,8 +9,8 @@
 ;; put this file in your `load-path' and add the following lines
 ;; to your `.emacs' file:
 
-;;   (autoload 'pir-mode \"pir-mode\" nil t)
-;;   (add-to-list 'auto-mode-alist '("\\.imc\\'" . pir-mode))
+;;   (autoload 'pir-mode "pir-mode" nil t)
+;;   (add-to-list 'auto-mode-alist '("\\.\\(imc\\|pir\\)\\'" . pir-mode))
 
 ;; If you have any problems with this, you're on your own,
 ;; You could always try asking on [EMAIL PROTECTED]

Reply via email to