; * etc/emacs_lldb.py: Don't print '->' in type summary
This commit is contained in:
parent
945e4fa2a0
commit
0381e90fe7
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ def xdebug_print(debugger, command, result, internal_dict):
|
|||
########################################################################
|
||||
|
||||
def type_summary_Lisp_Object(obj, internal_dict):
|
||||
return "-> " + Lisp_Object(obj).summary()
|
||||
return Lisp_Object(obj).summary()
|
||||
|
||||
|
||||
########################################################################
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue