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:
parent
8878a49d66
commit
3767e706d7
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user