emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master cf294d7: Tiny clean-up of previous edebug patch


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master cf294d7: Tiny clean-up of previous edebug patch
Date: Mon, 21 Oct 2019 16:28:56 -0400 (EDT)

branch: master
commit cf294d78a1d25c5c5178ce3fc7fdddc0de58b904
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Tiny clean-up of previous edebug patch
    
    * lisp/emacs-lisp/edebug.el (edebug--overlay-breakpoints): Clean
    up code slightly.
---
 lisp/emacs-lisp/edebug.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el
index 9c85ae3..7a40ca3 100644
--- a/lisp/emacs-lisp/edebug.el
+++ b/lisp/emacs-lisp/edebug.el
@@ -3258,7 +3258,7 @@ the breakpoint."
                        (overlay-put overlay 'help-echo "Breakpoint")
                        (overlay-put overlay 'face 
'edebug-enabled-breakpoint))))
           (overlay-put overlay 'edebug t)
-          (let ((fringe (make-overlay pos pos (current-buffer))))
+          (let ((fringe (make-overlay pos pos)))
             (overlay-put fringe 'edebug t)
             (overlay-put fringe 'before-string
                          (propertize



reply via email to

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