contrib/gadict.el
changeset 453 ad2b19c9d05d
parent 448 a61c140a4b6f
child 457 970931b7ca37
--- 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."