From 2754710df1b3d9385abdcd64c8abd6f713dba30f Mon Sep 17 00:00:00 2001 From: Karel Klic Date: Mon, 6 Sep 2010 15:01:11 +0200 Subject: [PATCH] - Removed transient-mark-mode suggestion from dotemacs.el, as this minor mode is enabled by default in recent versions of Emacs --- dotemacs.el | 3 --- emacs.spec | 6 +++++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/dotemacs.el b/dotemacs.el index e9df5a0..daa7462 100644 --- a/dotemacs.el +++ b/dotemacs.el @@ -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))) diff --git a/emacs.spec b/emacs.spec index feea250..641e6a4 100644 --- a/emacs.spec +++ b/emacs.spec @@ -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 - 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 - 1:23.2-12 - Mention xdg-open in browse-url-default-browser docstring (rhbz#624359) Updates emacs-23.1-xdg.patch