Skip to content

Commit

Permalink
Return new buffer in rudel-backend-dump in rudel-backend.el
Browse files Browse the repository at this point in the history
* rudel-backend.el (rudel-backend-dump): return the created buffer
  • Loading branch information
scymtym committed Jul 15, 2010
1 parent 83401c0 commit a7f6247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rudel-backend.el
Expand Up @@ -299,7 +299,7 @@ available information available for the backends"
;; One empty line between backend categories.
(insert "\n"))
(oref rudel-backend-factory factories))
)
(current-buffer))

(defun rudel-backend--format-backend-normal (backend)
"Format name, version and other properties of BACKEND."
Expand Down

0 comments on commit a7f6247

Please sign in to comment.