projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c07bddd
)
Delete a spurious backquote (tiny change)
author
Arash Esbati
<esbati@gmx.de>
Sun, 17 Jan 2016 10:28:58 +0000
(11:28 +0100)
committer
Tassilo Horn
<tsdh@gnu.org>
Sat, 23 Jan 2016 09:32:31 +0000
(10:32 +0100)
* lisp/textmodes/reftex-ref.el (reftex-label): Delete a
spurious backquote which raises an error with emacs 25.
lisp/textmodes/reftex-ref.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/reftex-ref.el
b/lisp/textmodes/reftex-ref.el
index 5ac0e284eedc3223de20d862dc336d5de181ecf5..32703591cada342d2897789681dbbc226ac4773f 100644
(file)
--- a/
lisp/textmodes/reftex-ref.el
+++ b/
lisp/textmodes/reftex-ref.el
@@
-228,7
+228,7
@@
This function is controlled by the settings of reftex-insert-label-flags."
(symbol-value reftex-docstruct-symbol)))
(ding)
(if (y-or-n-p
-
`
(format-message "Label `%s' exists. Use anyway? " label))
+
(format-message "Label `%s' exists. Use anyway? " label))
(setq valid t)))
;; Label is ok