diff options
| author | Mattias EngdegÄrd | 2020-02-27 18:29:56 +0100 |
|---|---|---|
| committer | Mattias EngdegÄrd | 2020-02-27 18:58:05 +0100 |
| commit | ef4440a9c80b284d46ecce47f4d387f132bbf374 (patch) | |
| tree | 8290c26eb740f754e601bbd955626f45b5dd221e /etc | |
| parent | 4859e8db9b518034418f536c5bab3f30cb4714e3 (diff) | |
| download | emacs-ef4440a9c80b284d46ecce47f4d387f132bbf374.tar.gz emacs-ef4440a9c80b284d46ecce47f4d387f132bbf374.zip | |
Revert "Signal an error for the regexp "[:alnum:]""
This reverts commit 8d5e8cddab732ac90e9ae930c63f7830f9dab24f.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 0 insertions, 5 deletions
| @@ -202,11 +202,6 @@ Emacs now supports bignums so this old glitch is no longer needed. | |||
| 202 | 'previous-system-time-locale' have been removed, as they were created | 202 | 'previous-system-time-locale' have been removed, as they were created |
| 203 | by mistake and were not useful to Lisp code. | 203 | by mistake and were not useful to Lisp code. |
| 204 | 204 | ||
| 205 | ** The regexp mistake '[:digit:]' is now an error. | ||
| 206 | The correct syntax is '[[:digit:]]'. Previously, forgetting the extra | ||
| 207 | brackets silently resulted in a regexp that did not at all work as | ||
| 208 | intended. | ||
| 209 | |||
| 210 | 205 | ||
| 211 | * Lisp Changes in Emacs 28.1 | 206 | * Lisp Changes in Emacs 28.1 |
| 212 | 207 | ||