]> git.eshelyaron.com Git - emacs.git/commit
server-execute: Initialize the *scratch* buffer
authorSean Whitton <spwhitton@spwhitton.name>
Wed, 4 May 2022 01:08:14 +0000 (18:08 -0700)
committerSean Whitton <spwhitton@spwhitton.name>
Wed, 4 May 2022 01:09:01 +0000 (18:09 -0700)
commitf2d2fe6fc8ef0b6087c4a8a69d05a4e521b23047
tree3e9fdb9da8fa36ccde6f739de3427a87a90c645f
parent185c2f1904c457ad043fe28cca915f508569c54a
server-execute: Initialize the *scratch* buffer

* lisp/server.el: Require subr-x when compiling.
(server-execute): Initialize the *scratch* buffer in the same way that
the scratch-buffer command does, for consistency.
lisp/server.el