]> git.eshelyaron.com Git - emacs.git/commit
Add new function string-greaterp
authorNicolas Petton <nicolas@petton.fr>
Thu, 4 Jun 2015 16:20:18 +0000 (18:20 +0200)
committerNicolas Petton <nicolas@petton.fr>
Thu, 4 Jun 2015 16:27:54 +0000 (18:27 +0200)
commit41a929c5ae1110e39f94c018dc2b3e224e884f18
tree6fc7c92f12861766329c6d4daac52bf9547a77ea
parent285260fce84c945acb588a7c70d3df5d8271f586
Add new function string-greaterp

* lisp/subr.el (string-greaterp): New function.  Also aliased to
`string>'.
* test/automated/subr-tests.el (string-comparison-test): Add unit
tests for `string>'and `string<'.
* src/fns.c (string-lessp): Better docstring.
lisp/subr.el
src/fns.c
test/automated/subr-tests.el