summaryrefslogtreecommitdiff
path: root/pancake.el
diff options
context:
space:
mode:
Diffstat (limited to 'pancake.el')
-rw-r--r--pancake.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/pancake.el b/pancake.el
index 46d0ddb..d217c4a 100644
--- a/pancake.el
+++ b/pancake.el
@@ -325,7 +325,7 @@ the list's `car' if it is already present."
(defun pancake-reload ()
"Reload the current document."
(interactive)
- (pancake-process-send "r"))
+ (pancake-process-send ","))
(defun pancake-display-current-uri ()
"Display current URI and put it into the kill ring."
@@ -389,7 +389,7 @@ it to `pancake-process' as input."
(defvar pancake-mode-map
(let ((map (make-sparse-keymap))
- (chars (append (list ?? ?. ?/ ?# ?*)
+ (chars (append (list ?? ?. ?/ ?# ?* ?,)
(number-sequence ?0 ?9)
(number-sequence ?a ?z))))
(dolist (char chars)