* progmodes/flymake.el (flymake-make-overlay): No rear advance.
This commit is contained in:
parent
45ccd90941
commit
e0c67e1dce
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-01-25 Leo Liu <sdl.web@gmail.com>
|
||||
|
||||
* progmodes/flymake.el (flymake-make-overlay): No rear advance.
|
||||
|
||||
2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
|
||||
|
||||
* net/shr.el (shr-tag-img): Prefer the title over the alt text
|
||||
|
|
|
@ -690,7 +690,7 @@ line number outside the file being compiled."
|
|||
(defun flymake-make-overlay (beg end tooltip-text face bitmap)
|
||||
"Allocate a flymake overlay in range BEG and END."
|
||||
(when (not (flymake-region-has-flymake-overlays beg end))
|
||||
(let ((ov (make-overlay beg end nil t t))
|
||||
(let ((ov (make-overlay beg end nil t))
|
||||
(fringe (and flymake-fringe-indicator-position
|
||||
(propertize "!" 'display
|
||||
(cons flymake-fringe-indicator-position
|
||||
|
|
Loading…
Add table
Reference in a new issue