I am using zenburn.el color-scheme in emacs 23. The function name that starts with "do-" gets highlighted, as given in the figure below --

How do I fix it? Any idea?
I am using zenburn.el color-scheme in emacs 23. The function name that starts with "do-" gets highlighted, as given in the figure below --

How do I fix it? Any idea?
Copyright © 2021 Jogjafile Inc.
I do not observe this with Emacs 24.3 (the current development version). The code which would have resulted in this highlighting is commented out in
lisp-mode.el:So, what you need to do is:
or just edit
lisp-mode.el, comment out the appropriate regexp, and rebuild.