From: Vibhav Pant Date: Thu, 26 Jan 2017 08:58:23 +0000 (+0530) Subject: * lisp/emacs-lisp/disass.el: Fix spacing while showing jump tables X-Git-Tag: emacs-26.0.90~873 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6a82d19db18f8480342cc4c1a0ad76c75df41941;p=emacs.git * lisp/emacs-lisp/disass.el: Fix spacing while showing jump tables --- diff --git a/lisp/emacs-lisp/disass.el b/lisp/emacs-lisp/disass.el index 22c1c962a39..66673b4d26c 100644 --- a/lisp/emacs-lisp/disass.el +++ b/lisp/emacs-lisp/disass.el @@ -224,10 +224,14 @@ OBJ should be a call to BYTE-CODE generated by the byte compiler." ;; if the succeeding op is byte-switch, display the jump table ;; used (cond ((eq (car-safe (car-safe (cdr lap))) 'byte-switch) - (insert (format "")) ;; if the value of the constant is compiled code, then ;; recursively disassemble it.