branch: externals/setup commit aa9bad88481ffd4583dbd095e8837cc8336ca39c Author: Philip K <phil...@posteo.net> Commit: Philip K <phil...@posteo.net>
Drop unused setup-indent property --- setup.el | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.el b/setup.el index 144bd25..5089b2e 100644 --- a/setup.el +++ b/setup.el @@ -159,7 +159,6 @@ If not given, it is assumed nothing is evaluated." (if (plist-get opts :repeatable) '(...))))) (put name 'setup-shorthand (plist-get opts :shorthand)) (put name 'lisp-indent-function (plist-get opts :indent)) - (put name 'setup-indent (plist-get opts :indent)) (put name 'setup-repeatable (plist-get opts :repeatable)) (put name 'setup-debug (plist-get opts :debug)) ;; forget previous definition