]> git.eshelyaron.com Git - emacs.git/commitdiff
(eww-setup-buffer): Switching to the buffer seems more natural than popping.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 30 Jul 2013 14:31:51 +0000 (16:31 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 30 Jul 2013 14:31:51 +0000 (16:31 +0200)
lisp/ChangeLog
lisp/net/eww.el

index da0e85e47c725a70fc54800823cc6f7089c668e0..0c1e7fcb6837f15b91c417e1241df05039482498 100644 (file)
@@ -1,5 +1,8 @@
 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * net/eww.el (eww-setup-buffer): Switching to the buffer seems
+       more natural than popping.
+
        * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
        (shr-urlify): Highlight under mouse.
 
index d65932ae7c9134612670578170a6ad81cab80291..70c11c3201f361f7be3eee026a6d329dc163a395 100644 (file)
@@ -309,7 +309,7 @@ word(s) will be searched for via `eww-search-prefix'."
     (goto-char (point-min))))
 
 (defun eww-setup-buffer ()
-  (pop-to-buffer (get-buffer-create "*eww*"))
+  (switch-to-buffer (get-buffer-create "*eww*"))
   (let ((inhibit-read-only t))
     (remove-overlays)
     (erase-buffer))