diff options
| author | Gerd Moellmann | 1999-10-08 23:06:15 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-10-08 23:06:15 +0000 |
| commit | b02b54a8ba4e958fd103c0ae15874b3010c07860 (patch) | |
| tree | 8f6b071f1d8da77c99f73bb5a2d31182a4a84c32 /lisp/ChangeLog | |
| parent | 57f707e72d04e232cf2e3c0b25d9380f9106f6dd (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 1999-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 | |||
| 1 | 1999-10-08 Gerd Moellmann <gerd@gnu.org> | 7 | 1999-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 |