Mercurial > emacs
comparison lisp/ChangeLog @ 80490:5b93ac4c9636
(autoload-generate-file-autoloads):
Bind print-level to ensure output forms aren't truncated if
print-level is set to eval-expression-print-level when going via
eval-defun and friends, or has been otherwise fiddled with.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 11 Apr 2008 01:59:14 +0000 |
parents | 1b068de98bbd |
children | 4601f7347791 |
comparison
equal
deleted
inserted
replaced
80489:fc6d47996893 | 80490:5b93ac4c9636 |
---|---|
1 2008-04-11 Kevin Ryde <user42@zip.com.au> | |
2 | |
3 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): | |
4 Bind print-level to ensure output forms aren't truncated if | |
5 print-level is set to eval-expression-print-level when going via | |
6 eval-defun and friends, or has been otherwise fiddled with. | |
7 | |
1 2008-04-09 Michael Albinus <michael.albinus@gmx.de> | 8 2008-04-09 Michael Albinus <michael.albinus@gmx.de> |
2 | 9 |
3 * net/tramp.el (tramp-find-file-name-coding-system-alist): New | 10 * net/tramp.el (tramp-find-file-name-coding-system-alist): |
4 defun. | 11 New defun. |
5 (tramp-handle-insert-file-contents, tramp-handle-write-region): | 12 (tramp-handle-insert-file-contents, tramp-handle-write-region): |
6 Use it. | 13 Use it. |
7 | 14 |
8 * net/trampver.el: Update release number. | 15 * net/trampver.el: Update release number. |
9 | 16 |