mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(server-window): Add switch-to-buffer-other-frame option.
This commit is contained in:
parent
bd53d37c66
commit
ee9272ffea
2 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* server.el (server-window): Add switch-to-buffer-other-frame option.
|
||||
|
||||
2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* vc-git.el: (vc-directory-exclusion-list, vc-handled-backends):
|
||||
|
|
|
|||
|
|
@ -164,6 +164,7 @@ Only programs can do so."
|
|||
: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")))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue