emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/server.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/server.el
Date: Wed, 09 Feb 2005 10:52:41 -0500

Index: emacs/lisp/server.el
diff -c emacs/lisp/server.el:1.100 emacs/lisp/server.el:1.101
*** emacs/lisp/server.el:1.100  Thu Dec 30 23:14:24 2004
--- emacs/lisp/server.el        Wed Feb  9 15:50:41 2005
***************
*** 123,129 ****
  It is not meaningful to set this to a specific frame or window with Custom.
  Only programs can do so."
    :group 'server
!   :version "21.4"
    :type '(choice (const :tag "Use selected window"
                        :match (lambda (widget value)
                                 (not (functionp value)))
--- 123,129 ----
  It is not meaningful to set this to a specific frame or window with Custom.
  Only programs can do so."
    :group 'server
!   :version "22.1"
    :type '(choice (const :tag "Use selected window"
                        :match (lambda (widget value)
                                 (not (functionp value)))
***************
*** 282,288 ****
  `emacsclient' program.  See `server-start' and Info node `Emacs server'."
    :global t
    :group 'server
!   :version "21.4"
    ;; Fixme: Should this check for an existing server socket and do
    ;; nothing if there is one (for multiple Emacs sessions)?
    (server-start (not server-mode)))
--- 282,288 ----
  `emacsclient' program.  See `server-start' and Info node `Emacs server'."
    :global t
    :group 'server
!   :version "22.1"
    ;; Fixme: Should this check for an existing server socket and do
    ;; nothing if there is one (for multiple Emacs sessions)?
    (server-start (not server-mode)))




reply via email to

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