bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

make `frame-title-format' and `icon-title-format' customizable


From: Simon Josefsson
Subject: make `frame-title-format' and `icon-title-format' customizable
Date: Fri, 27 Sep 2002 01:26:11 +0200
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-debian-linux-gnu)

The two variables aren't customizable, but I don't see why they
shouldn't be.  Any objections to committing this?

Index: cus-start.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/cus-start.el,v
retrieving revision 1.52
diff -u -p -u -w -r1.52 cus-start.el
--- cus-start.el        9 Sep 2002 23:18:20 -0000       1.52
+++ cus-start.el        26 Sep 2002 23:24:46 -0000
@@ -250,6 +250,8 @@
                                        (choice integer
                                                (const :tag "No limit" nil)))
             (highlight-nonselected-windows display boolean)
+            (frame-title-format frames sexp)
+            (icon-title-format frames sexp)
             (message-log-max debug (choice (const :tag "Disable" nil)
                                            (integer :menu-tag "lines"
                                                     :format "%v")





reply via email to

[Prev in Thread] Current Thread [Next in Thread]