auto-import changelog data from emacs-21.2-2.src.rpm

Mon Apr 08 2002 Trond Eivind Glomsrd <teg@redhat.com> 21.2-2
- Tweak mouse init process (#59757)
This commit is contained in:
cvsdist 2004-09-09 04:34:13 +00:00
parent 65c016ecae
commit c955fad4c3
2 changed files with 4 additions and 2 deletions

View File

@ -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 <teg@redhat.com> 21.2-2
- Tweak mouse init process (#59757)
* Mon Mar 18 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-1
- 21.2

View File

@ -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