Fixed broken emacs file caml-types.el
authorSven Luther <luther@debian.org>
Fri, 31 Oct 2003 14:27:28 +0000 (14:27 +0000)
committerSven Luther <luther@debian.org>
Fri, 31 Oct 2003 14:27:28 +0000 (14:27 +0000)
debian/changelog
debian/patches/ocaml-3.07-pl2.dpatch

index c579ab3458435bb9e1481f183993d339eb2c00f8..8157a3e9ecc560e61268bd6af1c540411e141ab4 100644 (file)
@@ -1,3 +1,9 @@
+ocaml (3.07-8) unstable; urgency=low
+
+  * Fixed broken emacs file caml-types.el. (Closes: #218226)
+
+ -- Sven Luther <luther@debian.org>  Fri, 31 Oct 2003 14:46:02 +0100
+
 ocaml (3.07-7) unstable; urgency=high
 
   * Fixed hppa build problem : hppa needs doubleword aligned doubles.
index e84b3f9f18ae0497ad84023de08eb5056cd61a43..df41a0e178420792b7c0282dd052ac2decc19f84 100644 (file)
@@ -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)