Re: [Matlab-emacs-discuss] add-change-log-entry-other-window for matlab files

2021-06-19 Thread Eric Ludlam
Hiya, matlab-mode has defined `add-log-current-defun-function' for a long time. I'm using the hairyblocks branch, and tried the below command and it added the function name of a nested function to the record similar to below. While the implementation of add-log-current-defun-function has chan

Re: [Matlab-emacs-discuss] add-change-log-entry-other-window for matlab files

2021-06-19 Thread Uwe Brauer
>>> "EL" == Eric Ludlam writes: Hi Eric, Thanks for he quick reply > Hiya, > matlab-mode has defined `add-log-current-defun-function' for a long time. You are right, I did not test this carefully enough. However in lisp files, for examples defcustom is also recognised, so the question is wheth