fix(emacs): escape certain character literals
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
d6f127a7f8
commit
3a1b7e643c
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
(defconst bcs (char-to-string bc))
|
(defconst bcs (char-to-string bc))
|
||||||
(forward-char)
|
(forward-char)
|
||||||
(not (or (string-blank-p bcs)
|
(not (or (string-blank-p bcs)
|
||||||
(memq bc '(?\ ?( ?) ?{ ?} ?[ ?])))))
|
(memq bc '(?\ ?\( ?\( ?{ ?} ?\[ ?\])))))
|
||||||
|
|
||||||
(defun insert-raw-slash ()
|
(defun insert-raw-slash ()
|
||||||
"Insert a `/'."
|
"Insert a `/'."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue