summaryrefslogtreecommitdiff
path: root/pancake.el
diff options
context:
space:
mode:
Diffstat (limited to 'pancake.el')
-rw-r--r--pancake.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/pancake.el b/pancake.el
index 52021cf..c799eef 100644
--- a/pancake.el
+++ b/pancake.el
@@ -403,6 +403,11 @@ use. Current window width is used if none is provided."
(interactive)
(pancake-process-send ","))
+(defun pancake-redisplay ()
+ "Redisplay the current document."
+ (interactive)
+ (pancake-process-send "redisplay"))
+
(defun pancake-display-current-uri ()
"Display current URI and put it into the kill ring."
(interactive)