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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el
Date: Sun, 24 Mar 2002 19:39:41 -0500

Index: emacs/lisp/progmodes/compile.el
diff -c emacs/lisp/progmodes/compile.el:1.250 
emacs/lisp/progmodes/compile.el:1.251
*** emacs/lisp/progmodes/compile.el:1.250       Wed Feb  6 10:37:35 2002
--- emacs/lisp/progmodes/compile.el     Sun Mar 24 19:39:41 2002
***************
*** 1850,1856 ****
      (setq compilation-old-error-list (cdr compilation-old-error-list)))
    (setq compilation-error-list nil
        compilation-directory-stack (list default-directory))
!   (set-marker compilation-parsing-end 1)
    ;; Remove the highlighting added by compile-reinitialize-errors:
    (let ((inhibit-read-only t)
        (buffer-undo-list t)
--- 1850,1857 ----
      (setq compilation-old-error-list (cdr compilation-old-error-list)))
    (setq compilation-error-list nil
        compilation-directory-stack (list default-directory))
!   (if compilation-parsing-end
!       (set-marker compilation-parsing-end 1))
    ;; Remove the highlighting added by compile-reinitialize-errors:
    (let ((inhibit-read-only t)
        (buffer-undo-list t)



reply via email to

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