mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(reftex-reference): Fix character constant.
This commit is contained in:
parent
a8eb445b53
commit
64bc2e83e5
1 changed files with 1 additions and 1 deletions
|
|
@ -449,7 +449,7 @@ When called with 2 C-u prefix args, disable magic word recognition."
|
|||
|
||||
;; remove ~ if we do already have a space
|
||||
(when (and (= ?~ (string-to-char form))
|
||||
(member (preceding-char) '(?\ ?\t ?\n)))
|
||||
(member (preceding-char) '(?\ ?\t ?\n)))
|
||||
(setq form (substring form 1)))
|
||||
;; do we have a special format?
|
||||
(setq reftex-format-ref-function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue