Skip to content

Commit

Permalink
fix compile warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Oct 27, 2023
1 parent 23d0d3a commit 1c79083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auto-highlight-symbol.el
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ This variable can be set in three different types.
Function is called with one argument, the symbol.
3. `alist'
'(
`(
( `emacs-lisp-mode' . \"REGEXP\") ; Regular expression in emacs-lisp-mode
( php-mode . my-include-function) ; Function predicate in php-mode
)
Expand All @@ -480,7 +480,7 @@ This variable can be set in three different types.
Function is called with one argument, the symbol.
3. `alist'
'(;; Regular expression in ruby-mode
`(;; Regular expression in ruby-mode
( `ruby-mode' . \"\\_<\\(end\\|def\\|class\\)\\_>\")
( dos-mode . i-hate-wxxxxxs) ; Function predicate in dos-mode
)
Expand Down

0 comments on commit 1c79083

Please sign in to comment.