aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2001-10-09 11:21:59 +0000
committerMiles Bader2001-10-09 11:21:59 +0000
commit5db04750b97abbfcaec729c056d74d442ad4c836 (patch)
tree96d4e595741ca5a0a642172aefe8df4c414fe723
parent788d62cf43b13342b2753aa551d72800d955beaa (diff)
downloademacs-5db04750b97abbfcaec729c056d74d442ad4c836.tar.gz
emacs-5db04750b97abbfcaec729c056d74d442ad4c836.zip
("button"): Load removed.
-rw-r--r--lisp/loadup.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el
index 729da92182f..db5bcb9ea52 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -1,6 +1,6 @@
1;;; loadup.el --- load up standardly loaded Lisp files for Emacs 1;;; loadup.el --- load up standardly loaded Lisp files for Emacs
2 2
3;; Copyright (C) 1985, 1986, 1992, 1994 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 1986, 1992, 1994, 2001 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF 5;; Maintainer: FSF
6;; Keywords: internal 6;; Keywords: internal
@@ -72,8 +72,6 @@
72(load "loaddefs.el") ;Don't get confused if someone compiled this by mistake. 72(load "loaddefs.el") ;Don't get confused if someone compiled this by mistake.
73(message "%s" (garbage-collect)) 73(message "%s" (garbage-collect))
74 74
75(load "button") ; used by help
76
77(load "help") 75(load "help")
78 76
79;; Any Emacs Lisp source file (*.el) loaded here after can contain 77;; Any Emacs Lisp source file (*.el) loaded here after can contain