]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete a spurious backquote (tiny change)
authorArash Esbati <esbati@gmx.de>
Sun, 17 Jan 2016 10:28:58 +0000 (11:28 +0100)
committerTassilo 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

index 5ac0e284eedc3223de20d862dc336d5de181ecf5..32703591cada342d2897789681dbbc226ac4773f 100644 (file)
@@ -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