summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2016-12-24 11:30:19 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2016-12-24 11:30:19 +0100
commit709dad2f3a6d6d25cdc541e0a6e68bcc6c0355c1 (patch)
tree8ef1854fb52382cedf47c37eb68119852eca0785
parent1c89082600ec9d7ba5309b7faf42cb0c47409caa (diff)
downloadorg-mode-709dad2f3a6d6d25cdc541e0a6e68bcc6c0355c1.tar.gz
Fix last commit
* lisp/org.el (org-speed-command-hook): Do not use removed alias name.
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index ecfc3c7..211082b 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -20098,7 +20098,7 @@ Use `org-speed-commands-user' for further customization."
(cdr (assoc keys org-babel-key-bindings))))
(defcustom org-speed-command-hook
- '(org-speed-command-default-hook org-babel-speed-command-hook)
+ '(org-speed-command-activate org-babel-speed-command-hook)
"Hook for activating speed commands at strategic locations.
Hook functions are called in sequence until a valid handler is
found.