You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The variable was introduced to avoid highlighting docstrings for Emacs
versions where `font-lock-doc-face` didn't exist, that is prior to 21.
It's a variable from very old times and nowadays we support Emacs
25.1+ which has font-lock-doc-face. So remove the variable and the
condition.
0 commit comments