Package: html-helper-mode
Version: 3.0.4kilo-2
Severity: minor
File: /etc/emacs/site-start.d/50html-helper-mode.el
Tags: patch

In /etc/emacs/site-start.d/50html-helper-mode.el,

    (setq auto-mode-alist (cons '("\\.htm$" . html-helper-mode) 
auto-mode-alist))
    (setq auto-mode-alist (cons '("\\.html$" . html-helper-mode) 
auto-mode-alist))
    (setq auto-mode-alist (cons '("\\.shtml$" . html-helper-mode) 
auto-mode-alist))
    (setq auto-mode-alist (cons '("\\.jsp$" . jsp-html-helper-mode) 
auto-mode-alist))
    (setq auto-mode-alist (cons '("\\.asp$" . html-helper-mode) 
auto-mode-alist))
    (setq auto-mode-alist (cons '("\\.php$" . php-html-helper-mode) 
auto-mode-alist))

should read

    (setq auto-mode-alist (cons '("\\.htm\\'" . html-helper-mode) 
auto-mode-alist))
    (setq auto-mode-alist (cons '("\\.html\\'" . html-helper-mode) 
auto-mode-alist))
    (setq auto-mode-alist (cons '("\\.shtml\\'" . html-helper-mode) 
auto-mode-alist))
    (setq auto-mode-alist (cons '("\\.jsp\\'" . jsp-html-helper-mode) 
auto-mode-alist))
    (setq auto-mode-alist (cons '("\\.asp\\'" . html-helper-mode) 
auto-mode-alist))
    (setq auto-mode-alist (cons '("\\.php\\'" . php-html-helper-mode) 
auto-mode-alist))



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to