all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* make `frame-title-format' and `icon-title-format' customizable
@ 2002-09-26 23:26 Simon Josefsson
  0 siblings, 0 replies; only message in thread
From: Simon Josefsson @ 2002-09-26 23:26 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-09-26 23:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-26 23:26 make `frame-title-format' and `icon-title-format' customizable Simon Josefsson

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.