]> code.delx.au - gnu-emacs/blobdiff - lisp/simple.el
; * etc/NEWS: Typo fix.
[gnu-emacs] / lisp / simple.el
index 2abab5c597c66f683b12c64d53bb9c25dfcc5233..ed4ca91b2e5f8a6bf1bd647d99c61aa698a8a603 100644 (file)
@@ -1,6 +1,6 @@
 ;;; simple.el --- basic editing commands for Emacs  -*- lexical-binding: t -*-
 
-;; Copyright (C) 1985-1987, 1993-2015 Free Software Foundation, Inc.
+;; Copyright (C) 1985-1987, 1993-2016 Free Software Foundation, Inc.
 
 ;; Maintainer: emacs-devel@gnu.org
 ;; Keywords: internal
@@ -3424,8 +3424,7 @@ and are only used if a pop-up buffer is displayed."
                   (t
                    ;; Buffer
                    (goto-char (point-min))
-                   (display-buffer (current-buffer)
-                                   not-this-window frame))))))))
+                   (display-buffer (current-buffer) action frame))))))))
 
 
 ;; We have a sentinel to prevent insertion of a termination message