aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann1999-10-08 23:06:15 +0000
committerGerd Moellmann1999-10-08 23:06:15 +0000
commitb02b54a8ba4e958fd103c0ae15874b3010c07860 (patch)
tree8f6b071f1d8da77c99f73bb5a2d31182a4a84c32 /lisp/ChangeLog
parent57f707e72d04e232cf2e3c0b25d9380f9106f6dd (diff)
downloademacs-b02b54a8ba4e958fd103c0ae15874b3010c07860.tar.gz
emacs-b02b54a8ba4e958fd103c0ae15874b3010c07860.zip
(regexp-opt-try-suffix): New function.
(regexp-opt-group): Use it to get common suffixes in STRINGS. If STRINGS is nil, return "" rather than nil.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b81771d8f36..412edf885d8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
11999-10-08 Simon Marshall <simon@gnu.org>
2
3 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
4 (regexp-opt-group): Use it to get common suffixes in STRINGS.
5 If STRINGS is nil, return "" rather than nil.
6
11999-10-08 Gerd Moellmann <gerd@gnu.org> 71999-10-08 Gerd Moellmann <gerd@gnu.org>
2 8
3 * Makefile (compile): Compile files one by one. Set load-path to 9 * Makefile (compile): Compile files one by one. Set load-path to