Prefer `set-window-start' over `recenter' in some places.
commit30220ffcdcef45c0237f80a2347d4da19877f64a
authorBastien Guerry <bzg@altern.org>
Thu, 12 Jun 2014 10:04:24 +0000 (12 12:04 +0200)
committerBastien Guerry <bzg@altern.org>
Thu, 12 Jun 2014 10:04:24 +0000 (12 12:04 +0200)
tree001d15ad66f7ad64820834cdabe7281e525ba453
parent6c9b3ad91f6d3758471d194b75cbbf7a1030e18b
Prefer `set-window-start' over `recenter' in some places.

* org-agenda.el (org-agenda-show-1):
* org-table.el (org-table-show-reference):
* org.el (org-fix-ellipsis-at-bol)
(org-first-headline-recenter): Use `set-window-start' instead
of `recenter'.

* org-agenda.el (org-recenter-heading): Delete.
lisp/org-agenda.el
lisp/org-table.el
lisp/org.el