index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
cond-star.el
Age
Commit message (
Expand
)
Author
2026-05-23
vc-refresh-state: Use cond*
Sean Whitton
2026-02-28
Fix (or ...) patterns in 'cond*'/'match*'
Richard Lawrence
2026-02-19
Restore '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-11
cond*: bind-and* is not always a non-exit clause!
Sean Whitton
2026-02-08
cond*: Fix handling of :non-exit keywords
Sean Whitton
2026-02-08
cond*: Fix handling bind-and* in two places
Sean 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-24
Replace underscores in bind-and* with fresh symbols
Philip Kaludercic
2025-11-14
; * lisp/emacs-lisp/cond-star.el (cond*): New FIXME.
Sean Whitton
2025-11-14
Autoload match*, bind*, bind-and* dummy macros
Sean Whitton
2025-11-13
New dummy defmacro for bind*
Sean Whitton
2025-11-08
Fix 'bind*' in 'cond*'
Lester Longley
2025-11-04
Add 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 docstring
Philip Kaludercic
2025-03-10
Fix Package name for cond-star
Mauro Aranda
2025-03-06
Prepare cond-start for addition to GNU ELPA
Philip Kaludercic
2025-02-23
; * lisp/emacs-lisp/cond-star.el (cond*): Fix whitespace.
Eli Zaretskii
2025-02-15
Change criteria for non-exit cualse: car s to or a bind*.
Richard Stallman
2025-01-08
Add autoload cookie and doc fix
Richard Stallman
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-11-21
; Fix typos
Stefan Kangas
2024-10-26
; * lisp/emacs-lisp/cond-star.el: Require cl-lib.
Eli Zaretskii
2024-10-25
cond*: Add support for Pcase patterns
Stefan Monnier
2024-10-01
; * lisp/emacs-lisp/cond-star.el (cond*): Fix typo.
Sean Whitton
2024-09-30
cond-star: Fix copyright
Stefan Kangas
2024-09-30
cond-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-10
Fix buglet.
Richard Stallman
2024-08-02
Install cond*
Richard Stallman