diff --git a/emacs.spec b/emacs.spec index f1136c9..8ee2ca0 100644 --- a/emacs.spec +++ b/emacs.spec @@ -1,7 +1,7 @@ Summary: The libraries needed to run the GNU Emacs text editor. Name: emacs Version: 21.2 -Release: 1 +Release: 2 License: GPL URL: http://www.gnu.org/software/emacs/ Group: Applications/Editors @@ -254,6 +254,9 @@ fi %dir /usr/share/emacs/%{version}/leim %changelog +* Mon Apr 8 2002 Trond Eivind Glomsrød 21.2-2 +- Tweak mouse init process (#59757) + * Mon Mar 18 2002 Trond Eivind Glomsrød 21.2-1 - 21.2 diff --git a/site-start.el b/site-start.el index c17574c..b1ee3c5 100644 --- a/site-start.el +++ b/site-start.el @@ -11,7 +11,6 @@ ;; run functions from the /usr/share/emacs/site-lisp/site-start.d directory ;; Files in this directory ending with ".el" are run on startup -(require 'cl) ; mapc isn't built into emacs 20 (mapc 'load (directory-files "/usr/share/emacs/site-lisp/site-start.d" t "\\.el\\'")) ;; Use the rpm-spec-mode for spec files