do not set frame-title-format in default.el (#1359732)

Resolves: #1359732
This commit is contained in:
Jan Synacek 2016-07-25 13:32:25 +02:00
parent 7f81767e62
commit 2c98bded86
2 changed files with 4 additions and 3 deletions

View File

@ -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")

View File

@ -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 <jsynacek@redhat.com> - 1:25.1-0.2.rc1
- do not set frame-title-format in default.el (#1359732)
* Mon Jul 25 2016 Jan Synáček <jsynacek@redhat.com> - 1:25.1-0.1.rc1
- update to 25.1 rc1