]> git.eshelyaron.com Git - emacs.git/commit
Remove pointless use of intern
authorAndreas Schwab <schwab@linux-m68k.org>
Thu, 17 Sep 2020 08:54:09 +0000 (10:54 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Thu, 17 Sep 2020 09:13:54 +0000 (11:13 +0200)
commitc6291d6efec74a73cf01e8573aaa26f6c2201c3c
treee5fd191d113f12cdeec573f85b1ba60db7eb4c65
parent92f342f38dd82aae4a662708dd6280fdfb2e013b
Remove pointless use of intern

* lisp/mwheel.el (mouse-wheel-left-event)
(mouse-wheel-right-event): Replace use of intern with quoted
symbol.
* lisp/profiler.el (profiler-calltree-build-unified): Likewise.
* lisp/vc/ediff-util.el (ediff-debug-info): Likewise.
lisp/mwheel.el
lisp/profiler.el
lisp/vc/ediff-util.el