]> git.eshelyaron.com Git - emacs.git/commitdiff
("button"): Load removed.
authorMiles Bader <miles@gnu.org>
Tue, 9 Oct 2001 11:21:59 +0000 (11:21 +0000)
committerMiles Bader <miles@gnu.org>
Tue, 9 Oct 2001 11:21:59 +0000 (11:21 +0000)
lisp/loadup.el

index 729da92182f029a17045f893118855e19ec62bb1..db5bcb9ea52216a17858b04a612090159fc5b82f 100644 (file)
@@ -1,6 +1,6 @@
 ;;; loadup.el --- load up standardly loaded Lisp files for Emacs
 
-;; Copyright (C) 1985, 1986, 1992, 1994 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1986, 1992, 1994, 2001 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: internal
@@ -72,8 +72,6 @@
 (load "loaddefs.el")  ;Don't get confused if someone compiled this by mistake.
 (message "%s" (garbage-collect))
 
-(load "button") ; used by help
-
 (load "help")
 
 ;; Any Emacs Lisp source file (*.el) loaded here after can contain