From: Sven Luther Date: Fri, 31 Oct 2003 14:27:28 +0000 (+0000) Subject: Fixed broken emacs file caml-types.el X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~814 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a1f8d92e1899db953b9d52e7ed3812bea7bff13b;p=ocaml.git Fixed broken emacs file caml-types.el --- diff --git a/debian/changelog b/debian/changelog index c579ab34..8157a3e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ocaml (3.07-8) unstable; urgency=low + + * Fixed broken emacs file caml-types.el. (Closes: #218226) + + -- Sven Luther Fri, 31 Oct 2003 14:46:02 +0100 + ocaml (3.07-7) unstable; urgency=high * Fixed hppa build problem : hppa needs doubleword aligned doubles. diff --git a/debian/patches/ocaml-3.07-pl2.dpatch b/debian/patches/ocaml-3.07-pl2.dpatch index e84b3f9f..df41a0e1 100644 --- a/debian/patches/ocaml-3.07-pl2.dpatch +++ b/debian/patches/ocaml-3.07-pl2.dpatch @@ -777,7 +777,7 @@ diff -u csl/emacs/caml-types.el:1.24 csl/emacs/caml-types.el:1.26 + ;; Will then execute the action for mouse release (if bound). + ;; Emacs does not allow to test whether mouse is up or down. + ;; Same problem may happen above while exploring -+ (if (and event (caml-read-event))) ++ (if event (caml-read-event)) ))) (defun caml-types-typed-make-overlay (target-buf pos)