From c955fad4c32ef913058999dd75c812c592b2de56 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 04:34:13 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20emacs-2?= =?UTF-8?q?1.2-2.src.rpm=20Mon=20Apr=2008=202002=20Trond=20Eivind=20Glomsr?= =?UTF-8?q?=F8d=20=2021.2-2=20-=20Tweak=20mouse=20init=20p?= =?UTF-8?q?rocess=20(#59757)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- emacs.spec | 5 ++++- site-start.el | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) 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