emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el [lexbind]
Date: Tue, 06 Jul 2004 07:06:39 -0400

Index: emacs/lisp/progmodes/compile.el
diff -c emacs/lisp/progmodes/compile.el:1.256.2.21 
emacs/lisp/progmodes/compile.el:1.256.2.22
*** emacs/lisp/progmodes/compile.el:1.256.2.21  Tue Jul  6 10:00:21 2004
--- emacs/lisp/progmodes/compile.el     Tue Jul  6 10:17:18 2004
***************
*** 583,589 ****
         (setq col (match-string-no-properties col))
         (setq col (- (string-to-number col) compilation-first-column)))
      (if (and end-col (setq end-col (match-string-no-properties end-col)))
!       (setq end-col (- (string-to-number end-col) compilation-first-column))
        (if end-line (setq end-col -1)))
      (if (consp type)                  ; not a static type, check what it is.
        (setq type (or (and (car type) (match-end (car type)) 1)
--- 583,589 ----
         (setq col (match-string-no-properties col))
         (setq col (- (string-to-number col) compilation-first-column)))
      (if (and end-col (setq end-col (match-string-no-properties end-col)))
!       (setq end-col (- (string-to-number end-col) compilation-first-column 
-1))
        (if end-line (setq end-col -1)))
      (if (consp type)                  ; not a static type, check what it is.
        (setq type (or (and (car type) (match-end (car type)) 1)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]