unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* x-session-previous-id not defined
@ 2002-03-12 16:14 Tak Ota
  2002-03-12 19:18 ` Jan D.
  0 siblings, 1 reply; 2+ messages in thread
From: Tak Ota @ 2002-03-12 16:14 UTC (permalink / 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: x-session-previous-id not defined
  2002-03-12 16:14 x-session-previous-id not defined Tak Ota
@ 2002-03-12 19:18 ` Jan D.
  0 siblings, 0 replies; 2+ messages in thread
From: Jan D. @ 2002-03-12 19:18 UTC (permalink / raw)
  Cc: emacs-devel

> 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
> 

My error, sorry.  I have fixed that now.

Thanks,

	Jan D.


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-03-12 19:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-12 16:14 x-session-previous-id not defined Tak Ota
2002-03-12 19:18 ` Jan D.

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).