diff --git a/default.el b/default.el index d3f180d..7df4cee 100644 --- a/default.el +++ b/default.el @@ -4,6 +4,4 @@ ;;; prevents loading of this file. Also the "-q" option to emacs ;;; prevents both "~/.emacs" and this file from being loaded at startup. -;; default to better frame titles -(setq-default frame-title-format (concat "%b - emacs@" (system-name))) (setq-default smime-CA-directory "/etc/ssl/certs") diff --git a/emacs.spec b/emacs.spec index 5b9a143..997de06 100644 --- a/emacs.spec +++ b/emacs.spec @@ -5,7 +5,7 @@ Summary: GNU Emacs text editor Name: emacs Epoch: 1 Version: 25.1 -Release: 0.1.rc1%{?dist} +Release: 0.2.rc1%{?dist} License: GPLv3+ and CC0-1.0 URL: http://www.gnu.org/software/emacs/ Group: Applications/Editors @@ -447,6 +447,9 @@ update-desktop-database &> /dev/null || : %dir %{_datadir}/emacs/site-lisp/site-start.d %changelog +* Mon Jul 25 2016 Jan Synáček - 1:25.1-0.2.rc1 +- do not set frame-title-format in default.el (#1359732) + * Mon Jul 25 2016 Jan Synáček - 1:25.1-0.1.rc1 - update to 25.1 rc1