Bug 716443

Summary: [PATCH] Move frame-title-format default setting to default.el
Product: [Fedora] Fedora Reporter: Ville Skyttä <ville.skytta>
Component: emacsAssignee: Karel Klíč <kklic>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: jonathan.underwood, kklic, rvokal
Target Milestone: ---Keywords: Patch
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 23.3-7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-06-29 21:33:47 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
Set default for frame-title-format in default.el none

Description Ville Skyttä 2011-06-24 13:16:49 UTC
Created attachment 509757 [details]
Set default for frame-title-format in default.el

The fewer things there are in /etc/skel/.emacs the better so that improvements propagate to existing users on upgrades.

The attached patch (applies over the one in bug 716440) moves the frame-title-format default from .emacs to default.el and uses setq-default instead of setq for it because it's the default being set anyway.  Let me know if you'd like me to commit and build this for devel.

Comment 1 Karel Klíč 2011-06-29 12:48:33 UTC
Looks good. Feel free to commit and build this.