]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Use modern backquote syntax.
authorBruno Haible <bruno@clisp.org>
Mon, 3 Dec 2007 11:16:09 +0000 (11:16 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:34 +0000 (12:15 +0200)
gettext-tools/misc/ChangeLog
gettext-tools/misc/po-mode.el

index 304c53f6ca2b59ae0a8ea7bc4461e3fafc00f929..abc924490917714748cd0173aa39c060d575c6b1 100644 (file)
@@ -1,3 +1,9 @@
+2007-12-02  Bruno Haible  <bruno@clisp.org>
+
+       * po-mode.el: Use modern backquote syntax.
+       Report and patch by Agustin Martin <agmartin@debian.org> via
+       Santiago Vila <sanvila@unex.es>.
+
 2007-11-07  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.17 released.
index 180eda1313005b7c37cfa6213ae6c1d5da047b8d..8042848e8f035147542fd8bcefbc6149e666ff8c 100644 (file)
@@ -101,7 +101,7 @@ Version number of this version of po-mode.el.")
     (defmacro defgroup (&rest args)
       nil)
     (defmacro defcustom (var value doc &rest args)
-      (` (defvar (, var) (, value) (, doc))))))
+      `(defvar ,var ,value ,doc))))
 \f
 ;;; Customisation.