Fix: Warning: `beginning-of-buffer' is for interactive use only; use `(goto-char (point-min))' instead.
--- a/.emacs-my Thu Aug 25 20:30:31 2016 +0300
+++ b/.emacs-my Thu Aug 25 21:16:35 2016 +0300
@@ -86,7 +86,7 @@
Useful during package development."
(interactive)
(save-excursion
- (beginning-of-buffer)
+ (goto-char (point-min))
(while (not (eobp))
(eval-defun nil)
(end-of-defun))))