- add max macro to emacs-21-personality-linux32-101818.patch

- merge %setup from emacs22.spec
This commit is contained in:
Jens Petersen 2005-07-14 12:59:04 +00:00
parent 4c384675e2
commit 809e29a917
1 changed files with 4 additions and 0 deletions

View File

@ -189,7 +189,11 @@ sets are included in this package.
%define emacs_libexecdir %{_libexecdir}/emacs/%{version}/%{_host}
%prep
%if %{emacs21}
%setup -q -b 1 -a 24 -a 28 -a 33
%else
%setup -q -a 33
%endif
%patch2 -p1 -b .2-s390
%if %{emacs21}