XEmacs-Patches

xemacs-patches@xemacs.org
  • 4 participants
  • 77 discussions
[COMMIT] Don't uselessly call #'nreverse, #'hash-table-key-list and friends. 13 years, 6 months

Aidan Kehoe
  • 1 participants
  • 0 comments
commit: Don't uselessly call #'nreverse, #'hash-table-key-list and friends. 13 years, 6 months

Aidan Kehoe
  • 1 participants
  • 0 comments
[COMMIT] Use #'some, #'every, etc. for composing boolean operations on lists. 13 years, 6 months

Aidan Kehoe
  • 1 participants
  • 0 comments
commit: Use #'some, #'every, etc. for composing boolean operations on lists. 13 years, 6 months

Aidan Kehoe
  • 1 participants
  • 0 comments
[COMMIT] Rephrase the #'the docstring, make it nicer while byte-compiling. 13 years, 6 months

Aidan Kehoe
  • 1 participants
  • 0 comments
commit: Rephrase the #'the docstring, make it nicer while byte-compiling. 13 years, 6 months

Aidan Kehoe
  • 1 participants
  • 0 comments
[COMMIT] Avoid byte compiler warnings, some needless consing, descr-text.el 13 years, 6 months

Aidan Kehoe
  • 1 participants
  • 0 comments
commit: Avoid byte compiler warnings, some needless consing, descr-text.el 13 years, 6 months

Aidan Kehoe
  • 1 participants
  • 0 comments
[COMMIT] Change forms like (delq nil (mapcar ...)) to (mapcan ...). 13 years, 6 months

Aidan Kehoe
  • 1 participants
  • 0 comments
Transform safe calls to (= X Y Z) to (and (= X Y) (= Y Z)); same for < > <= >= 13 years, 6 months

Aidan Kehoe
  • 1 participants
  • 0 comments
Results per page: