]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix two entries in ChangeLog.2
authorMartin Rudalics <rudalics@gmx.at>
Mon, 24 Aug 2015 07:48:56 +0000 (09:48 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Mon, 24 Aug 2015 07:48:56 +0000 (09:48 +0200)
ChangeLog.2

index 2286a82a4bb847111e63637708670ed00ea4e040..15cb656ce0f651c1055784df9d0ee352d07464a1 100644 (file)
 
 2015-08-21  Vasilij Schneidermann  <v.schneidermann@gmail.com>
 
-       In `ielm' use `pop-to-buffer-same-window' instead of `switch-to-buffer'
+       In `ielm' use `pop-to-buffer-same-window' (Bug#20848)
        * lisp/ielm.el (ielm): Use `pop-to-buffer-same-window' instead of
        `switch-to-buffer'.
 
-2015-08-21  Kaushal  <kaushal.modi@gmail.com>  (tiny change)
+2015-08-21  Kaushal Modi  <kaushal.modi@gmail.com>  (tiny change)
 
-       In woman.el use `display-buffer' instead of `switch-to-buffer'
+       In woman.el use `display-buffer' instead of `switch-to-buffer' (Bug#21047)
        * lisp/woman.el (woman-really-find-file, WoMan-find-buffer): Use
        `display-buffer' instead of `switch-to-buffer'.