all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tak Ota <Takaaki.Ota@am.sony.com>
Subject: x-session-previous-id not defined
Date: Tue, 12 Mar 2002 08:14:05 -0800 (PST)	[thread overview]
Message-ID: <20020312.081405.01366520.Takaaki.Ota@am.sony.com> (raw)

When starting 21.2.50, without having something like this I get an
error saying that Symbol's value as variable is void:
x-session-previous-id

-Tak

*** startup.el.orig	Tue Mar 10 08:54:40 2002
--- startup.el	Tue Mar 12 07:52:17 2002
***************
*** 1033,1039 ****
  
    ;; Run emacs-session-restore (session management) if started by
    ;; the session manager and we have a session manager connection.
!   (if (and (stringp x-session-previous-id) (stringp x-session-id))
        (emacs-session-restore)))
  
  (defcustom initial-scratch-message (purecopy "\
--- 1033,1040 ----
  
    ;; Run emacs-session-restore (session management) if started by
    ;; the session manager and we have a session manager connection.
!   (if (and (boundp 'x-session-previous-id) (stringp x-session-previous-id)
! 	   (boundp x-session-id) (stringp x-session-id))
        (emacs-session-restore)))
  
  (defcustom initial-scratch-message (purecopy "\

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel


             reply	other threads:[~2002-03-12 16:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-12 16:14 Tak Ota [this message]
2002-03-12 19:18 ` x-session-previous-id not defined Jan D.

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020312.081405.01366520.Takaaki.Ota@am.sony.com \
    --to=takaaki.ota@am.sony.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.