diff lisp/server.el @ 83650:984b1dfd7601

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 843-845) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 84-87) - Update from CVS - Change capitalization of VC backend names for new backends Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-30
author Miles Bader <miles@gnu.org>
date Fri, 03 Aug 2007 05:58:06 +0000
parents 65663fcd2caa b8c796068320
children 9154949e469c
line wrap: on
line diff
--- a/lisp/server.el	Fri Aug 03 05:27:43 2007 +0000
+++ b/lisp/server.el	Fri Aug 03 05:58:06 2007 +0000
@@ -164,6 +164,7 @@
 			:match (lambda (widget value)
 				 (not (functionp value)))
 			nil)
+		 (function-item :tag "Display in new frame" switch-to-buffer-other-frame)
 		 (function-item :tag "Use pop-to-buffer" pop-to-buffer)
 		 (function :tag "Other function")))