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

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

[elpa] externals/dape 1bef80cf37 068/123: Remove confusing default for d


From: ELPA Syncer
Subject: [elpa] externals/dape 1bef80cf37 068/123: Remove confusing default for dape-main-functions
Date: Tue, 5 Dec 2023 03:58:01 -0500 (EST)

branch: externals/dape
commit 1bef80cf3738bcb00aabefdb2caf610bbbfecefd
Author: Daniel Pettersson <daniel@dpettersson.net>
Commit: Daniel Pettersson <daniel@dpettersson.net>

    Remove confusing default for dape-main-functions
---
 dape.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dape.el b/dape.el
index bbf719afc7..359cc794cc 100644
--- a/dape.el
+++ b/dape.el
@@ -113,7 +113,7 @@ The hook is run with one argument, the compilation buffer."
   "Show variable values inline."
   :type 'boolean)
 
-(defcustom dape-main-functions '("main")
+(defcustom dape-main-functions nil
   "Functions to set breakpoints at startup if no other breakpoints are set."
   :type '(repeat string))
 



reply via email to

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