Stefan Monnier <[EMAIL PROTECTED]> writes:

> +  (if (case gud-gdb-annotations
> +        (2 nil)
> +        (nil (string-match "--annotate=3" command-line))

FWIW, this should be `((nil) ...)'. `nil' means an empty KEYLIST
(which always fails).


The manual says

     To make a clause that matches the actual symbol `t', `nil', or
     `otherwise', enclose the symbol in a list.

Maybe a similar note should be added to the docstring.

-- 
Johan Bockgård



_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to