diff options
| -rw-r--r-- | lisp/startup.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index 91364af7688..09aaba6e2be 100644 --- a/lisp/startup.el +++ b/lisp/startup.el | |||
| @@ -1033,8 +1033,8 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'." | |||
| 1033 | 1033 | ||
| 1034 | ;; Run emacs-session-restore (session management) if started by | 1034 | ;; Run emacs-session-restore (session management) if started by |
| 1035 | ;; the session manager and we have a session manager connection. | 1035 | ;; the session manager and we have a session manager connection. |
| 1036 | (if (and (stringp x-session-previous-id) (stringp x-session-id)) | 1036 | (if (and (boundp 'x-session-previous-id) (stringp x-session-previous-id)) |
| 1037 | (emacs-session-restore))) | 1037 | (emacs-session-restore x-session-previous-id))) |
| 1038 | 1038 | ||
| 1039 | (defcustom initial-scratch-message (purecopy "\ | 1039 | (defcustom initial-scratch-message (purecopy "\ |
| 1040 | ;; This buffer is for notes you don't want to save, and for Lisp evaluation. | 1040 | ;; This buffer is for notes you don't want to save, and for Lisp evaluation. |