diff options
Diffstat (limited to 'lisp/informat.el')
-rw-r--r-- | lisp/informat.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/informat.el b/lisp/informat.el index b78befba81e..57fa1da05ec 100644 --- a/lisp/informat.el +++ b/lisp/informat.el @@ -497,8 +497,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"" nil ;(message "Checking validity of info file %s... OK" file) (message "----------------------------------------------------------------------") (message ">> PROBLEMS IN INFO FILE %s" file) - (save-excursion - (set-buffer loss-name) + (with-current-buffer loss-name (princ (buffer-substring-no-properties (point-min) (point-max)))) (message "----------------------------------------------------------------------") |