diff options
author | Kim F. Storm <storm@cua.dk> | 2004-04-21 21:45:15 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2004-04-21 21:45:15 +0000 |
commit | 879054ea2843482b2c5a42b62b3117e05452d8c0 (patch) | |
tree | 761bde1e78b18119b9db881f514e454707988e6a | |
parent | 8fb5d2f1d901a7793797c82f27c74d561664c1db (diff) | |
download | emacs-879054ea2843482b2c5a42b62b3117e05452d8c0.tar.gz |
*** empty log message ***
-rw-r--r-- | etc/NEWS | 2 | ||||
-rw-r--r-- | lisp/ChangeLog | 4 |
2 files changed, 6 insertions, 0 deletions
@@ -91,6 +91,8 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. ** You can now use next-error (C-x `) and previous-error to advance to the next/previous matching line found by M-x occur. +** Telnet will now prompt you for a port number with C-u M-x telnet. + +++ ** New command line option -Q. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2c4e79091cc..6dee97cdb26 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-04-22 Kim F. Storm <storm@cua.dk> + + * net/telnet.el (telnet): Add optional port arg. + 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com> * simple.el (next-error-last-buffer, next-error-function): |