emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] master 90068ea 201/215: Simpler change to previous commit


From: Rocky Bernstein
Subject: [elpa] master 90068ea 201/215: Simpler change to previous commit
Date: Sat, 30 Jul 2016 14:49:06 +0000 (UTC)

branch: master
commit 90068eadf3de511dbbad3a8747636a7814dc921e
Author: rocky <address@hidden>
Commit: rocky <address@hidden>

    Simpler change to previous commit
---
 realgud/debugger/gdb/gdb.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/realgud/debugger/gdb/gdb.el b/realgud/debugger/gdb/gdb.el
index d513f93..91776a0 100644
--- a/realgud/debugger/gdb/gdb.el
+++ b/realgud/debugger/gdb/gdb.el
@@ -94,7 +94,7 @@ current buffer to that realgud command buffer."
     (setq command-buf (realgud:gdb-find-command-buffer pid))
     (if command-buf
        (with-current-buffer source-buf
-         (realgud:cmdbuf-associate-name (buffer-name command-buf)))
+         (realgud:cmdbuf-associate))
       )))
 
 ;;;###autoload



reply via email to

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