From: Samuel Mimram Date: Wed, 10 Oct 2007 22:44:28 +0000 (+0000) Subject: Corrected emacs startup file. X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~512 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ad372f59ab44ef7b2c851d824c594c9b5b32949f;p=ocaml.git Corrected emacs startup file. --- diff --git a/debian/changelog b/debian/changelog index ac175420..f9d14d2b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ ocaml (3.10.0-9) UNRELEASED; urgency=low [ Samuel Mimram ] * Suggest "tarballs" instead of "upstream" in the policy as directory name for storing upstream sources since it is more standard. + * Corrected emacs startup file, closes: #446177. [ Stefano Zacchiroli ] * add patch camlrun_shared, which ships an alternative version of the @@ -12,7 +13,7 @@ ocaml (3.10.0-9) UNRELEASED; urgency=low * ... fixes in cdbs class for ocamldoc generation ... (TODO: still to be checked) [ entry added by Zack ] - -- Stefano Zacchiroli Fri, 28 Sep 2007 16:49:23 +0200 + -- Samuel Mimram Wed, 10 Oct 2007 22:43:34 +0000 ocaml (3.10.0-8) unstable; urgency=low diff --git a/debian/ocaml-mode.emacsen-startup b/debian/ocaml-mode.emacsen-startup index eff69193..ca3f43e5 100644 --- a/debian/ocaml-mode.emacsen-startup +++ b/debian/ocaml-mode.emacsen-startup @@ -17,6 +17,6 @@ (symbol-name flavor) "/site-lisp/ocaml-mode")))) (setq auto-mode-alist - (cons '("\\.ml[iylp]?$" . caml-mode) auto-mode-alist)) + (cons '("\\.ml[iylp]?\\'" . caml-mode) auto-mode-alist)) (autoload 'caml-mode "caml" "Major mode for editing Caml code." t) (autoload 'run-caml "inf-caml" "Run an inferior Caml process." t)