Sven Joachim <[EMAIL PROTECTED]> wrote:

> Package: emacs-goodies-el
> Version: 26.9-1
> Severity: normal
> Tags: patch
> 
> Recently I had a look into /etc/ucf.conf, and to my surprise Emacs
> opened it in cfengine-mode, which is certainly not the best mode for
> it.  The following small patch should fix this over-enthusiasm:
> 
> --- emacs-goodies-el.el~      2006-02-03 04:00:28.000000000 +0100
> +++ emacs-goodies-el.el       2007-01-23 22:11:39.000000000 +0100
> @@ -45,7 +45,7 @@
>    :group 'emacs-goodies-el)
>  
>  ;; cfengine.el
> -(add-to-list 'auto-mode-alist '("cf\\." . cfengine-mode))
> +(add-to-list 'auto-mode-alist '("/cf\\." . cfengine-mode))
>  
>  ;; clipper.el
>  (autoload 'clipper-create "clipper" "Create a new 'clip' for use within 
> Emacs."

Thanks!

-- 
Peter S. Galbraith, Debian Developer          <[EMAIL PROTECTED]>
                                 http://people.debian.org/~psg
GPG key 1024/D2A913A1 - 97CE 866F F579 96EE  6E68 8170 35FF 799E


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

Reply via email to