emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el
Date: Tue, 12 Mar 2002 14:13:53 -0500

Index: emacs/lisp/startup.el
diff -c emacs/lisp/startup.el:1.291 emacs/lisp/startup.el:1.292
*** emacs/lisp/startup.el:1.291 Sun Mar 10 11:29:34 2002
--- emacs/lisp/startup.el       Tue Mar 12 14:13:52 2002
***************
*** 1033,1040 ****
  
    ;; 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 "\
  ;; This buffer is for notes you don't want to save, and for Lisp evaluation.
--- 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))
!       (emacs-session-restore x-session-previous-id)))
  
  (defcustom initial-scratch-message (purecopy "\
  ;; This buffer is for notes you don't want to save, and for Lisp evaluation.



reply via email to

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