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

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

[nongnu] externals/caml eddf5e0 099/197: camldebug-command-name should b


From: Stefan Monnier
Subject: [nongnu] externals/caml eddf5e0 099/197: camldebug-command-name should be user-settable
Date: Sat, 21 Nov 2020 01:19:46 -0500 (EST)

branch: externals/caml
commit eddf5e06c59d7a4177215f0dc67b2fdda6ace524
Author: Basile Starynkevitch <basile.starynkevitch@inria.fr>
Commit: Basile Starynkevitch <basile.starynkevitch@inria.fr>

    camldebug-command-name should be user-settable
    
    
    git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5926 
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
 camldebug.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camldebug.el b/camldebug.el
index 8d7b856..c66343a 100644
--- a/camldebug.el
+++ b/camldebug.el
@@ -463,7 +463,7 @@ around point."
 
 ;;;###autoload
 (defvar camldebug-command-name "ocamldebug"
-  "Pathname for executing camldebug.")
+  "*Pathname for executing camldebug.")
 
 ;;;###autoload
 (defun camldebug (path)



reply via email to

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