diff options
| author | Chong Yidong | 2011-08-20 22:07:00 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-08-20 22:07:00 -0400 |
| commit | ee31aabc4ee4086d5c78dbc93dfbab07b9ecc2a7 (patch) | |
| tree | ca8806f59a6b62a9485c4373488721c75343378d /lisp/ChangeLog | |
| parent | a3f2468a08e81b44491322c275f94c8c7d87c6db (diff) | |
| download | emacs-ee31aabc4ee4086d5c78dbc93dfbab07b9ecc2a7.tar.gz emacs-ee31aabc4ee4086d5c78dbc93dfbab07b9ecc2a7.zip | |
Fix error in compilation-error-properties.
* lisp/progmodes/compile.el (compilation-error-properties): Fix
confusion between file struct and message struct (Bug#9319).
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 06dd2bf1198..53fbdf00087 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-08-21 Chong Yidong <cyd@stupidchicken.com> | 1 | 2011-08-21 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * progmodes/compile.el (compilation-error-properties): Fix | ||
| 4 | confusion between file struct and message struct (Bug#9319). | ||
| 5 | |||
| 3 | * net/browse-url.el (browse-url-firefox): Don't call | 6 | * net/browse-url.el (browse-url-firefox): Don't call |
| 4 | browse-url-firefox-sentinel unless using -remote (Bug#9328). | 7 | browse-url-firefox-sentinel unless using -remote (Bug#9328). |
| 5 | 8 | ||