diff options
| author | Glenn Morris | 2007-09-19 07:52:19 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-09-19 07:52:19 +0000 |
| commit | ff0a21d6673450ead9b10d64571ab268aaed0926 (patch) | |
| tree | 0904bcd0318a5caa946fa20d582db838894fd5f2 /lisp | |
| parent | bab41d38f0a2f6244a1b74e237cdb05cc67856d7 (diff) | |
| download | emacs-ff0a21d6673450ead9b10d64571ab268aaed0926.tar.gz emacs-ff0a21d6673450ead9b10d64571ab268aaed0926.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 71a81882461..c0b26d26108 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2007-09-19 Glenn Morris <rgm@gnu.org> | 1 | 2007-09-19 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * net/socks.el (socks-open-network-stream): Signal an explicit | ||
| 4 | error if the port associated with a service string can't be found. | ||
| 5 | |||
| 3 | * textmodes/tex-mode.el (tex-terminate-paragraph): Use | 6 | * textmodes/tex-mode.el (tex-terminate-paragraph): Use |
| 4 | backward-paragraph. Leave point at the site of any mismatch. | 7 | backward-paragraph. Leave point at the site of any mismatch. |
| 5 | 8 | ||