/[emacs]/emacs/lisp/server.el
ViewVC logotype

Diff of /emacs/lisp/server.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.100 by jet, Thu Dec 30 23:14:24 2004 UTC revision 1.101 by kfstorm, Wed Feb 9 15:50:41 2005 UTC
# Line 123  If it is a frame, use the frame's select Line 123  If it is a frame, use the frame's select
123  It is not meaningful to set this to a specific frame or window with Custom.  It is not meaningful to set this to a specific frame or window with Custom.
124  Only programs can do so."  Only programs can do so."
125    :group 'server    :group 'server
126    :version "21.4"    :version "22.1"
127    :type '(choice (const :tag "Use selected window"    :type '(choice (const :tag "Use selected window"
128                          :match (lambda (widget value)                          :match (lambda (widget value)
129                                   (not (functionp value)))                                   (not (functionp value)))
# Line 282  Server mode runs a process that accepts Line 282  Server mode runs a process that accepts
282  `emacsclient' program.  See `server-start' and Info node `Emacs server'."  `emacsclient' program.  See `server-start' and Info node `Emacs server'."
283    :global t    :global t
284    :group 'server    :group 'server
285    :version "21.4"    :version "22.1"
286    ;; Fixme: Should this check for an existing server socket and do    ;; Fixme: Should this check for an existing server socket and do
287    ;; nothing if there is one (for multiple Emacs sessions)?    ;; nothing if there is one (for multiple Emacs sessions)?
288    (server-start (not server-mode)))    (server-start (not server-mode)))

Legend:
Removed from v.1.100  
changed lines
  Added in v.1.101

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26