Package: biomode
Version: 1.002-7
Severity: minor
File: /etc/emacs/site-start.d/92bio-mode.el
Tags: patch

In /etc/emacs/site-start.d/92bio-mode.el,

         (append '(("\\.embl$" . bio-mode)
                   ("\\.seq$" . bio-mode)
                   ("\\.fas$" . bio-mode)
                   ("\\.phy$" . bio-mode))

should read

         (append '(("\\.embl\\'" . bio-mode)
                   ("\\.seq\\'" . bio-mode)
                   ("\\.fas\\'" . bio-mode)
                   ("\\.phy\\'" . bio-mode))



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

Reply via email to