From: Arash Esbati Date: Sun, 17 Jan 2016 10:28:58 +0000 (+0100) Subject: Delete a spurious backquote (tiny change) X-Git-Tag: emacs-25.0.90~82 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5c3edcd75356bab9e36f0b183584a9b9302e2f0c;p=emacs.git Delete a spurious backquote (tiny change) * lisp/textmodes/reftex-ref.el (reftex-label): Delete a spurious backquote which raises an error with emacs 25. --- diff --git a/lisp/textmodes/reftex-ref.el b/lisp/textmodes/reftex-ref.el index 5ac0e284eed..32703591cad 100644 --- 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