Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Apr 10 20:47:59 2008 +0000 +++ b/lisp/ChangeLog Fri Apr 11 01:59:14 2008 +0000 @@ -1,7 +1,14 @@ +2008-04-11 Kevin Ryde <user42@zip.com.au> + + * emacs-lisp/autoload.el (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. + 2008-04-09 Michael Albinus <michael.albinus@gmx.de> - * net/tramp.el (tramp-find-file-name-coding-system-alist): New - defun. + * net/tramp.el (tramp-find-file-name-coding-system-alist): + New defun. (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.