diff options
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/language/european.el | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4089614bebc..abe4be937b2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2001-04-10 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-04-10 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * language/european.el ("Polish"): Change sample text. | ||
| 4 | From: jsbien@mimuw.edu.pl (Janusz S. Bie,Bq(B). | ||
| 5 | |||
| 3 | * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG | 6 | * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG |
| 4 | parameter. | 7 | parameter. |
| 5 | 8 | ||
diff --git a/lisp/language/european.el b/lisp/language/european.el index fc8b2d0ec66..9e9e10ae402 100644 --- a/lisp/language/european.el +++ b/lisp/language/european.el | |||
| @@ -338,7 +338,7 @@ but select's the Dutch tutorial.")) | |||
| 338 | (unibyte-syntax . "latin-2") | 338 | (unibyte-syntax . "latin-2") |
| 339 | (unibyte-display . iso-8859-2) | 339 | (unibyte-display . iso-8859-2) |
| 340 | (tutorial . "TUTORIAL.pl") | 340 | (tutorial . "TUTORIAL.pl") |
| 341 | (sample-text . ",B1!fFjJ3#qQsS6&?/<,(B") | 341 | (sample-text . "P,Bs(Bjd,B<(B, ki,Bq(B-,B?(Be t,Bj(B chmurno,B6f(B w g,B31(Bb flaszy") |
| 342 | (documentation . t)) | 342 | (documentation . t)) |
| 343 | '("European")) | 343 | '("European")) |
| 344 | 344 | ||