update.
[elisp/apel.git] / poe.el
diff --git a/poe.el b/poe.el
index 3fdc151..1e585ff 100644 (file)
--- a/poe.el
+++ b/poe.el
@@ -215,6 +215,17 @@ Both SYMBOL and SPEC are unevaluated. The SPEC can be 0, t, a symbol
 (def-edebug-spec defun-maybe defun)
 (def-edebug-spec defmacro-maybe defmacro)
 (def-edebug-spec defsubst-maybe defun)
+(def-edebug-spec defun-maybe-cond
+  (&define name lambda-list
+          [&optional stringp]
+          [&rest ([&not eval] [&rest sexp])]
+          [&optional (eval [&optional ("interactive" interactive)] def-body)]
+          &rest (&rest sexp)))
+(def-edebug-spec defmacro-maybe-cond
+  (&define name lambda-list
+          [&rest ([&not eval] [&rest sexp])]
+          [&optional (eval def-body)]
+          &rest (&rest sexp)))
 
 ;;; Emacs 20.1 emulation
 
@@ -230,13 +241,6 @@ Both SYMBOL and SPEC are unevaluated. The SPEC can be 0, t, a symbol
   (cons 'if (cons cond (cons nil body))))
 ;; (def-edebug-spec unless (&rest form))
 
-(defvar-maybe frame-background-mode nil
-  "*The brightness of the background.
-Set this to the symbol dark if your background color is dark, light if
-your background is light, or nil (default) if you want Emacs to
-examine the brightness for you.  However, the old Emacsen might not
-examine the brightness, so you should set this value definitely.")
-
 
 ;;; @ Emacs 19.23 emulation
 ;;;