diff options
| author | Feng Li | 2014-04-10 09:56:28 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-04-10 09:56:28 -0400 |
| commit | 39764caa7f21822f8919e51b07394c00c2431b36 (patch) | |
| tree | c000445a8d810470ebbc2ac7880989a54fdfec1e /lisp/ChangeLog | |
| parent | bcbb83a92d3a65f0c724a043836a8c60aa09f57c (diff) | |
| download | emacs-39764caa7f21822f8919e51b07394c00c2431b36.tar.gz emacs-39764caa7f21822f8919e51b07394c00c2431b36.zip | |
* lisp/progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
entry; use symbol boundaries to avoid mis-matches.
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 f37a67e5836..ad27e2fc8b4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-04-10 Feng Li <fengli@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format | ||
| 4 | entry; use symbol boundaries to avoid mis-matches. | ||
| 5 | |||
| 1 | 2014-04-10 Michael Albinus <michael.albinus@gmx.de> | 6 | 2014-04-10 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 7 | ||
| 3 | * net/tramp.el (tramp-file-name-handler) | 8 | * net/tramp.el (tramp-file-name-handler) |