1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

*** empty log message ***

This commit is contained in:
Kim F. Storm 2004-04-21 21:45:15 +00:00
parent 8fb5d2f1d9
commit 879054ea28
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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):