diff options
| author | Glenn Morris | 2011-10-04 22:28:55 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-10-04 22:28:55 -0700 |
| commit | 8943cfb0c8a7e2c4bcbca20dc5d4a68e4a0eb4e6 (patch) | |
| tree | 90cc3eff53dd7d963844186e0cd62beb7051760c /lisp/ChangeLog | |
| parent | 647ab96713f36faae9509246c418edfa31a569fe (diff) | |
| download | emacs-8943cfb0c8a7e2c4bcbca20dc5d4a68e4a0eb4e6.tar.gz emacs-8943cfb0c8a7e2c4bcbca20dc5d4a68e4a0eb4e6.zip | |
Small perl-mode fixes.
* lisp/progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
(perl-calculate-indent): Suppress scan errors. (Bug#2205)
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index decb66eea09..75bad939583 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-10-05 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/perl-mode.el (perl-electric-terminator): Doc fix. | ||
| 4 | (perl-calculate-indent): Suppress scan errors. (Bug#2205) | ||
| 5 | |||
| 1 | 2011-10-05 Leo Liu <sdl.web@gmail.com> | 6 | 2011-10-05 Leo Liu <sdl.web@gmail.com> |
| 2 | 7 | ||
| 3 | * subr.el (read-char-choice): Fix argument to buffer-live-p which | 8 | * subr.el (read-char-choice): Fix argument to buffer-live-p which |