How do I hide Emacs' “obsolete variable” warnings?

前端 未结 4 946
既然无缘
既然无缘 2021-02-04 03:01

I\'ve upgraded to Emacs 23.3 and now the *Compile-Log* buffer opens constantly with errors like:

Warning: `font-lock-beginning-of-syntax-fu         


        
4条回答
  •  你的背包
    2021-02-04 03:50

    Phils's solution didn't work for me for some reason. Here's a more low-level way to do it.

    (remprop 'flet 'byte-obsolete-info)
    (remprop 'labels 'byte-obsolete-info)
    

提交回复
热议问题