1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Fix all unescaped character literals

This commit is contained in:
Philipp Stephani 2017-05-06 19:16:49 +02:00 committed by Philipp
parent bcbd8f7e4e
commit 3c4c8ca06e
18 changed files with 34 additions and 34 deletions

View file

@ -133,7 +133,7 @@ the variable."
;; if ref is indexed grab the indices -- beware nested indices
(when (and (string-match "\\[\\([^\\[]+\\)\\]$" ref)
(let ((str (substring ref 0 (match-beginning 0))))
(= (org-count ?( str) (org-count ?) str))))
(= (org-count ?\( str) (org-count ?\) str))))
(setq index (match-string 1 ref))
(setq ref (substring ref 0 (match-beginning 0))))
;; assign any arguments to pass to source block