Mercurial > emacs
changeset 91716:5bb2c18b8034
(compilation-next-error): Add clarifying comment.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 10 Feb 2008 03:16:06 +0000 |
parents | 66471668862f |
children | 23bd9edca21f |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/compile.el Sun Feb 10 03:06:54 2008 +0000 +++ b/lisp/progmodes/compile.el Sun Feb 10 03:16:06 2008 +0000 @@ -1626,6 +1626,7 @@ (error "Not in a compilation buffer")) (or pt (setq pt (point))) (let* ((msg (get-text-property pt 'message)) + ;; `loc' is used by the compilation-loop macro. (loc (car msg)) last) (if (zerop n)