Fix: "recenter-top-bottom" => "recenter" to place view point at center of
buffer in all cases.
--- a/contrib/gadict.el Mon Apr 18 13:14:02 2016 +0300
+++ b/contrib/gadict.el Mon Apr 18 13:20:46 2016 +0300
@@ -176,14 +176,14 @@
definition. Check for headwords ordering during search."
(interactive (list (read-string "Headword: ")))
(gadict-search-floor headword)
- (recenter-top-bottom))
+ (recenter))
(defun gadict-insert-template-in-order (headword)
"Insert new article template with respect of headword order."
(interactive (list (read-string "Headword: ")))
(unless (gadict-search-floor headword)
(gadict-insert-template headword))
- (recenter-top-bottom))
+ (recenter))
(defun gadict-setup-keymap ()
"Setup gadict keymap."