]> git.eshelyaron.com Git - emacs.git/commitdiff
(compile-goto-error): Use it.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 14 Apr 2004 17:30:49 +0000 (17:30 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 14 Apr 2004 17:30:49 +0000 (17:30 +0000)
lisp/progmodes/compile.el

index e8dfacb5966eb14aca491190df08e83ef348a8f3..db42e3b1a4eb4f20d96f450af5c77ffb53a1445b 100644 (file)
@@ -1364,7 +1364,7 @@ Prefix arg N says how many files to move backwards (or forwards, if negative)."
   "Visit the source for the error message at point.
 Use this command in a compilation log buffer.  Sets the mark at point there."
   (interactive (list last-input-event))
-  (mouse-set-point event)
+  (if event (posn-set-point (event-end event)))
   (or (compilation-buffer-p (current-buffer))
       (error "Not in a compilation buffer"))
   (if (get-text-property (point) 'directory)