1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-29 11:02:01 +00:00

Use a visible buffer name for rcirc-debug-buffer

This commit is contained in:
Leo Liu 2011-05-30 20:04:44 +08:00
parent 8878a49d66
commit 3767e706d7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-05-30 Leo Liu <sdl.web@gmail.com>
* net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
2011-05-29 Chong Yidong <cyd@stupidchicken.com>
* image.el (image-animate-max-time): Allow nil and t values.

View File

@ -616,7 +616,7 @@ last ping."
(setq header-line-format (format "%f" (- (rcirc-float-time)
(string-to-number message))))))
(defvar rcirc-debug-buffer " *rcirc debug*")
(defvar rcirc-debug-buffer "*rcirc debug*")
(defvar rcirc-debug-flag nil
"If non-nil, write information to `rcirc-debug-buffer'.")
(defun rcirc-debug (process text)