]> git.eshelyaron.com Git - emacs.git/commit
Fix build breakage if Lisp_Object is not a primitive type.
authorPhilipp Stephani <phst@google.com>
Sun, 10 Jan 2021 21:35:02 +0000 (22:35 +0100)
committerPhilipp Stephani <phst@google.com>
Sun, 10 Jan 2021 21:35:02 +0000 (22:35 +0100)
commit45abd52f3c870ab4ee05fddfc4896d2444594c3d
tree28da9cd8ee01f5d3a9ea8012c61e2d306431f914
parent94344d130c2c2db90bcc47e12870d1d58f020ecf
Fix build breakage if Lisp_Object is not a primitive type.

* src/minibuf.c (choose_minibuf_frame): Don't compare Lisp_Objects
with '!='.  Use 'EQ' instead.
src/minibuf.c