On 30/07/2021 9:20 AM, Andrea Corallo wrote: > Jimmy Yuen Ho Wong writes: >> Here's a new patch. Thanks in advance for installing it. >> >> diff --git a/lisp/emacs-lisp/disass.el b/lisp/emacs-lisp/disass.el >> index 6ac76f1c19..bb2e4849ad 100644 >> --- a/lisp/emacs-lisp/disass.el >> +++ b/lisp/emacs-lisp/disass.el >> @@ -95,6 +95,7 @@ disassemble-internal >> (re-search-forward (concat "^.*" >> (regexp-quote >> (concat "<" >> + (when (eq system-type 'darwin) "_") >> (comp-c-func-name >> (subr-name obj) "F" t) >> ">:")))) > Hi Jimmy, > > as mentioned please write a Changelog entry (see the CONTRIBUTE file). > > TIA > > Andrea > Here's a new patch with a Changelog commit message. Thanks. -- Jimmy Wong