summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cond-star.el
AgeCommit message (Expand)Author
2026-05-23vc-refresh-state: Use cond*Sean Whitton
2026-02-28Fix (or ...) patterns in 'cond*'/'match*'Richard Lawrence
2026-02-19Restore 'cond' one element clauses to 'cond*'Sean Whitton
2026-02-13* lisp/emacs-lisp/cond-star.el (cond*): New Edebug specification.Sean Whitton
2026-02-11cond*: bind-and* is not always a non-exit clause!Sean Whitton
2026-02-08cond*: Fix handling of :non-exit keywordsSean Whitton
2026-02-08cond*: Fix handling bind-and* in two placesSean Whitton
2026-02-08; Further fixes to core documentation for cond*.Sean Whitton
2026-02-08; Fix some issues in core documentation for cond*.Sean Whitton
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-18; cond* docs: Update match* operator name to cdr-ignore (bug#79998).Sean Whitton
2025-11-25; * lisp/emacs-lisp/cond-star.el: Tidy up dummy macro definitions.Sean Whitton
2025-11-25* lisp/emacs-lisp/cond-star.el (pcase*): New dummy definition.Sean Whitton
2025-11-24Replace underscores in bind-and* with fresh symbolsPhilip Kaludercic
2025-11-14; * lisp/emacs-lisp/cond-star.el (cond*): New FIXME.Sean Whitton
2025-11-14Autoload match*, bind*, bind-and* dummy macrosSean Whitton
2025-11-13New dummy defmacro for bind*Sean Whitton
2025-11-08Fix 'bind*' in 'cond*'Lester Longley
2025-11-04Add support for 'bind-and*' patterns to 'cond*'Philip Kaludercic
2025-11-02; * lisp/emacs-lisp/cond-star.el (cond*): Fix typo.Sean Whitton
2025-11-01; * lisp/emacs-lisp/cond-star.el (match*): Fix ` in docstringPhilip Kaludercic
2025-03-10Fix Package name for cond-starMauro Aranda
2025-03-06Prepare cond-start for addition to GNU ELPAPhilip Kaludercic
2025-02-23; * lisp/emacs-lisp/cond-star.el (cond*): Fix whitespace.Eli Zaretskii
2025-02-15Change criteria for non-exit cualse: car s to or a bind*.Richard Stallman
2025-01-08Add autoload cookie and doc fixRichard Stallman
2025-01-01Update copyright year to 2025Paul Eggert
2024-11-21; Fix typosStefan Kangas
2024-10-26; * lisp/emacs-lisp/cond-star.el: Require cl-lib.Eli Zaretskii
2024-10-25cond*: Add support for Pcase patternsStefan Monnier
2024-10-01; * lisp/emacs-lisp/cond-star.el (cond*): Fix typo.Sean Whitton
2024-09-30cond-star: Fix copyrightStefan Kangas
2024-09-30cond-star: Fix trivial typos, checkdoc fixes, etc.Jeremy Bryant
2024-08-11; * lisp/emacs-lisp/cond-star.el: Fix whitespace.Pip Cet
2024-08-11; * lisp/emacs-lisp/cond-star.el: Fix typos and whitespace.Eli Zaretskii
2024-08-11; Fix a typo in the doc-strings of cond*Gautier Ponsinet
2024-08-10Fix buglet.Richard Stallman
2024-08-02Install cond*Richard Stallman