Patch emacs-terminal to use /usr/bin/emacs (rhbz#635213)
This commit is contained in:
parent
97c12c7c40
commit
1963a714a1
@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
exec emacs -Q --eval '(ansi-term "/bin/bash")'
|
exec /usr/bin/emacs -Q --eval '(term "/bin/bash")'
|
||||||
|
@ -4,7 +4,7 @@ Summary: GNU Emacs text editor
|
|||||||
Name: emacs
|
Name: emacs
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 23.2
|
Version: 23.2
|
||||||
Release: 13%{?dist}
|
Release: 14%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://www.gnu.org/software/emacs/
|
URL: http://www.gnu.org/software/emacs/
|
||||||
Group: Applications/Editors
|
Group: Applications/Editors
|
||||||
@ -444,6 +444,9 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_datadir}/applications/emacs-terminal.desktop
|
%{_datadir}/applications/emacs-terminal.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 6 2011 Karel Klic <kklic@redhat.com> - 1:23.2-14
|
||||||
|
- Patch emacs-terminal to use /usr/bin/emacs (rhbz#635213)
|
||||||
|
|
||||||
* Mon Sep 6 2010 Karel Klic <kklic@redhat.com> - 1:23.2-13
|
* Mon Sep 6 2010 Karel Klic <kklic@redhat.com> - 1:23.2-13
|
||||||
- Removed transient-mark-mode suggestion from dotemacs.el, as this
|
- Removed transient-mark-mode suggestion from dotemacs.el, as this
|
||||||
minor mode is enabled by default in recent versions of Emacs
|
minor mode is enabled by default in recent versions of Emacs
|
||||||
|
Loading…
Reference in New Issue
Block a user