- Removed transient-mark-mode suggestion from dotemacs.el, as this

minor mode is enabled by default in recent versions of Emacs
This commit is contained in:
Karel Klic 2010-09-06 15:01:11 +02:00
parent 9a6eac7ea3
commit 2754710df1
2 changed files with 5 additions and 4 deletions

View File

@ -3,9 +3,6 @@
;;; uncomment this line to disable loading of "default.el" at startup
;; (setq inhibit-default-init t)
;; enable visual feedback on selections
;(setq transient-mark-mode t)
;; default to better frame titles
(setq frame-title-format
(concat "%b - emacs@" (system-name)))

View File

@ -4,7 +4,7 @@ Summary: GNU Emacs text editor
Name: emacs
Epoch: 1
Version: 23.2
Release: 12%{?dist}
Release: 13%{?dist}
License: GPLv3+
URL: http://www.gnu.org/software/emacs/
Group: Applications/Editors
@ -444,6 +444,10 @@ update-desktop-database &> /dev/null || :
%{_datadir}/applications/emacs-terminal.desktop
%changelog
* Mon Sep 6 2010 Karel Klic <kklic@redhat.com> - 1:23.2-13
- Removed transient-mark-mode suggestion from dotemacs.el, as this
minor mode is enabled by default in recent versions of Emacs
* Thu Aug 19 2010 Karel Klic <kklic@redhat.com> - 1:23.2-12
- Mention xdg-open in browse-url-default-browser docstring (rhbz#624359)
Updates emacs-23.1-xdg.patch