Skip to content
  • Jeff Kowalski's avatar
    cmake-mode.el: Fix "unescaped character literals" warning · 67ae6da3
    Jeff Kowalski authored and Brad King's avatar Brad King committed
    Emacs 27.0 warns
    
        Loading ‘cmake-mode’: unescaped character literals `?(', `?)' detected!
    
    during byte-compilation of cmake-mode.el The new warning was added in
    emacs commit c2bbdc3316 (Warn about missing backslashes during load).
    
    Add backslashes to escape the literals.
    67ae6da3