.emacs-my
changeset 1580 dfdbb8f1922c
parent 1579 92b878231632
child 1581 ad08a623a8c4
--- 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)))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;