diff -r 92b878231632 -r dfdbb8f1922c .emacs-my --- a/.emacs-my Tue Apr 16 11:28:40 2019 +0300 +++ b/.emacs-my Thu Apr 18 23:35:53 2019 +0300 @@ -1622,7 +1622,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "adoc, asciidoc") -(when (featurep 'adoc-mode) +(when (fboundp 'adoc-mode) (add-to-list 'auto-mode-alist '("\\.adoc$" . adoc-mode))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;