aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
authorJoakim Verona2013-01-23 00:03:32 +0100
committerJoakim Verona2013-01-23 00:03:32 +0100
commit6f0e40ae28faeba85872002eb848debb6bfcb2f5 (patch)
tree1134bfbb02414c992f239247b8c132a0d6d748c6 /lisp/net
parent2adf26f58a2435bcbd7f925f7e1208ceda907520 (diff)
parent9d93ce29bdf8aa277123170ef37f942f87e5073b (diff)
downloademacs-6f0e40ae28faeba85872002eb848debb6bfcb2f5.tar.gz
emacs-6f0e40ae28faeba85872002eb848debb6bfcb2f5.zip
auto upstream
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/tramp-cmds.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/net/tramp-cmds.el b/lisp/net/tramp-cmds.el
index 58469b22447..462f0d88367 100644
--- a/lisp/net/tramp-cmds.el
+++ b/lisp/net/tramp-cmds.el
@@ -186,7 +186,7 @@ This includes password cache, file cache, connection cache, buffers."
186 186
187 'tramp-load-report-modules ; pre-hook 187 'tramp-load-report-modules ; pre-hook
188 'tramp-append-tramp-buffers ; post-hook 188 'tramp-append-tramp-buffers ; post-hook
189 "\ 189 (propertize "\n" 'display "\
190Enter your bug report in this message, including as much detail 190Enter your bug report in this message, including as much detail
191as you possibly can about the problem, what you did to cause it 191as you possibly can about the problem, what you did to cause it
192and what the local and remote machines are. 192and what the local and remote machines are.
@@ -209,7 +209,7 @@ contents of the *tramp/foo* buffer and the *debug tramp/foo*
209buffer in your bug report. 209buffer in your bug report.
210 210
211--bug report follows this line-- 211--bug report follows this line--
212")))) 212")))))
213 213
214(defun tramp-reporter-dump-variable (varsym mailbuf) 214(defun tramp-reporter-dump-variable (varsym mailbuf)
215 "Pretty-print the value of the variable in symbol VARSYM." 215 "Pretty-print the value of the variable in symbol VARSYM."
@@ -348,10 +348,10 @@ the debug buffer(s).")
348 (kill-buffer nil) 348 (kill-buffer nil)
349 (switch-to-buffer curbuf) 349 (switch-to-buffer curbuf)
350 (goto-char (point-max)) 350 (goto-char (point-max))
351 (insert "\n\ 351 (insert (propertize "\n" 'display "\n\
352This is a special notion of the `gnus/message' package. If you 352This is a special notion of the `gnus/message' package. If you
353use another mail agent (by copying the contents of this buffer) 353use another mail agent (by copying the contents of this buffer)
354please ensure that the buffers are attached to your email.\n\n") 354please ensure that the buffers are attached to your email.\n\n"))
355 (dolist (buffer buffer-list) 355 (dolist (buffer buffer-list)
356 (tramp-compat-funcall 356 (tramp-compat-funcall
357 'mml-insert-empty-tag 'part 'type "text/plain" 357 'mml-insert-empty-tag 'part 'type "text/plain"