[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/loadup.el,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/loadup.el,v |
Date: |
Thu, 31 Jul 2008 05:34:08 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/07/31 05:33:56
Index: lisp/loadup.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/loadup.el,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -b -r1.174 -r1.175
--- lisp/loadup.el 27 Jul 2008 18:24:31 -0000 1.174
+++ lisp/loadup.el 31 Jul 2008 05:33:44 -0000 1.175
@@ -166,9 +166,6 @@
(message "%s" (garbage-collect))
(load "replace")
-(if (eq system-type 'vax-vms)
- (progn
- (load "vmsproc")))
(load "buff-menu")
(if (fboundp 'x-create-frame)
@@ -187,9 +184,6 @@
(message "%s" (garbage-collect))
-(if (eq system-type 'vax-vms)
- (progn
- (load "vms-patch")))
(if (eq system-type 'windows-nt)
(progn
(load "w32-vars")
@@ -230,7 +224,7 @@
;doc strings kept in the DOC file rather than in core,
;you may load them with a "site-load.el" file.
;But you must also cause them to be scanned when the DOC file
-;is generated. For VMS, you must edit ../vms/makedoc.com.
+;is generated.
;For other systems, you must edit ../src/Makefile.in.
(if (load "site-load" t)
(garbage-collect))
@@ -341,11 +335,7 @@
(if (or (member (nth 3 command-line-args) '("dump" "bootstrap"))
(member (nth 4 command-line-args) '("dump" "bootstrap")))
- (if (eq system-type 'vax-vms)
(progn
- (message "Dumping data as file temacs.dump")
- (dump-emacs "temacs.dump" "temacs")
- (kill-emacs))
(if (memq system-type '(ms-dos windows-nt cygwin))
(message "Dumping under the name emacs")
(message "Dumping under the name emacs"))
- [Emacs-diffs] Changes to emacs/lisp/loadup.el,v, Adrian Robert, 2008/07/15
- [Emacs-diffs] Changes to emacs/lisp/loadup.el,v, Adrian Robert, 2008/07/15
- [Emacs-diffs] Changes to emacs/lisp/loadup.el,v, Dan Nicolaescu, 2008/07/19
- [Emacs-diffs] Changes to emacs/lisp/loadup.el,v, Dan Nicolaescu, 2008/07/23
- [Emacs-diffs] Changes to emacs/lisp/loadup.el,v, Dan Nicolaescu, 2008/07/27
- [Emacs-diffs] Changes to emacs/lisp/loadup.el,v,
Dan Nicolaescu <=