]> git.eshelyaron.com Git - emacs.git/commit
Fix build error: use string :version in defcustom
authorKarl Fogel <kfogel@red-bean.com>
Mon, 10 Sep 2018 17:17:06 +0000 (12:17 -0500)
committerKarl Fogel <kfogel@red-bean.com>
Mon, 10 Sep 2018 17:17:06 +0000 (12:17 -0500)
commitea9982d262a9b528c832c38c6c05def6657d72d1
tree279de00fb3a458d013ad141ef523f8f0720f90a5
parent10a45096988f6f19e36e2e7865b6eb35c0929b6d
Fix build error: use string :version in defcustom

* lisp/textmodes/flyspell.el (flyspell-case-fold-duplications): Use a
  string value for the :version keyword to `defcustom'.  Otherwise,
  building Emacs will fail with an error like this:

    Scanning ./textmodes for custom
    Scanning ./url for custom
    Scanning ./vc for custom
    Generating ./cus-load.el...
    Version must be a string
    make[2]: *** [Makefile:152: cus-load.el] Error 255

This follows up to Reuben Thomas's commit 61f3a4b4fc of 10 Sep 2018.
lisp/textmodes/flyspell.el