Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ce1a4cb2
Commit
ce1a4cb2
authored
Feb 04, 2000
by
Carsten Dominik
Browse files
(reftex-with-special-syntax): Bind `case-fold-search' to nil.
parent
46177d54
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lisp/textmodes/reftex-parse.el
lisp/textmodes/reftex-parse.el
+3
-2
No files found.
lisp/textmodes/reftex-parse.el
View file @
ce1a4cb2
...
...
@@ -2,7 +2,7 @@
;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
;; Author: Carsten Dominik <dominik@strw.LeidenUniv.nl>
;; Version: 4.1
0
;; Version: 4.1
1
;;
;; This file is part of GNU Emacs.
...
...
@@ -31,7 +31,8 @@
(
unwind-protect
(
progn
(
set-syntax-table
reftex-syntax-table
)
,@
body
)
(
let
((
case-fold-search
nil
))
,@
body
))
(
set-syntax-table
saved-syntax
))))
(
defun
reftex-parse-one
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment