bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#18487: `server-running-p' not autoloaded


From: Glenn Morris
Subject: bug#18487: `server-running-p' not autoloaded
Date: Wed, 17 Sep 2014 15:43:15 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Emilio Lopes wrote:

> The function `server-running-p' is not autoloaded.  That means that
> the following code in
> the user's init-file will result in an error:
>
>     (unless (or noninteractive
>                 (server-running-p))
>       (server-start))

Since it's not interactive, why does it matter?
Ie, just stick a (require 'server) in there.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]