[lice @ undo + other fixes]
[lice.git] / custom.lisp
blob0169d07a1f25462d362cd7972c06c58e28455d18
1 (in-package "LICE")
3 ;; FIXME: obviously this is incomplete
4 (defmacro defcustom (symbol value doc &rest args)
5 `(defvar ,symbol ,value ,doc))
7 ;; FIXME: empty
8 (defmacro defgroup (name something docstring &rest stuff)
11 ;; FIXME: empty
12 (defmacro defface (name colors docstring group)
15 ;; FIXME: this is incomplete
16 (defmacro defcustom-buffer-local (symbol value doc &rest args)
17 `(define-buffer-local ,symbol ,value ,doc))