From f408fbe406e2e3b5da73d12a2b134b453d783963 Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Sun, 25 May 2014 12:06:35 +0200 Subject: [PATCH] Remove interactive specification from window--dump-frame. * window.el (window--dump-frame): Remove interactive specification. --- lisp/ChangeLog | 5 +++++ lisp/window.el | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c142daeee7f..5e8da55913f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-05-25 Martin Rudalics + + * window.el (window--dump-frame): Remove interactive + specification. + 2014-05-23 Glenn Morris * hippie-exp.el (he-line-search-regexp): diff --git a/lisp/window.el b/lisp/window.el index 21c9b925238..c5093ca51a5 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -1079,7 +1079,6 @@ WINDOW-OR-FRAME can be a frame or a window and defaults to the selected frame. When WINDOW-OR-FRAME is a window, dump that window's frame. The buffer *window-frame-dump* is erased before dumping to it." - (interactive) (let* ((window (cond ((or (not window-or-frame) -- 2.39.5