/[emacs]/emacs/lisp/startup.el
ViewVC logotype

Diff of /emacs/lisp/startup.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.354 by teirllm, Mon Apr 18 00:55:42 2005 UTC revision 1.355 by rms, Sat Apr 23 16:39:54 2005 UTC
# Line 995  or `CVS', and any subdirectory that cont Line 995  or `CVS', and any subdirectory that cont
995    ;; the session manager and we have a session manager connection.    ;; the session manager and we have a session manager connection.
996    (if (and (boundp 'x-session-previous-id)    (if (and (boundp 'x-session-previous-id)
997             (stringp x-session-previous-id))             (stringp x-session-previous-id))
998        (emacs-session-restore x-session-previous-id)))        (with-no-warnings
999            (emacs-session-restore x-session-previous-id))))
1000    
1001  (defcustom initial-scratch-message (purecopy "\  (defcustom initial-scratch-message (purecopy "\
1002  ;; This buffer is for notes you don't want to save, and for Lisp evaluation.  ;; This buffer is for notes you don't want to save, and for Lisp evaluation.

Legend:
Removed from v.1.354  
changed lines
  Added in v.1.355

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26