emacs-devel
[Top][All Lists]
Advanced

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

x-session-previous-id not defined


From: Tak Ota
Subject: x-session-previous-id not defined
Date: Tue, 12 Mar 2002 08:14:05 -0800 (PST)

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



reply via email to

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