diff options
Diffstat (limited to 'polymode-weave.el')
| -rw-r--r-- | polymode-weave.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/polymode-weave.el b/polymode-weave.el index 49b4b23..a06d389 100644 --- a/polymode-weave.el +++ b/polymode-weave.el @@ -1,6 +1,6 @@ ;;; polymode-weave.el --- Weaving facilities for polymodes -*- lexical-binding: t -*- ;; -;; Copyright (C) 2013-2019, Vitalie Spinu +;; Copyright (C) 2013-2022 Free Software Foundation, Inc. ;; Author: Vitalie Spinu ;; URL: https://github.com/polymode/polymode ;; @@ -38,7 +38,6 @@ (defcustom polymode-weaver-output-file-format "%s-woven" "Format of the weaved files. %s is substituted with the current file name sans extension." - :group 'polymode-weave :type 'string) (defclass pm-weaver (pm-root) |
