Fix last commit

* lisp/org.el (org-speed-command-hook): Do not use removed alias name.
This commit is contained in:
Nicolas Goaziou 2016-12-24 11:30:19 +01:00
parent 1c89082600
commit 709dad2f3a
1 changed files with 1 additions and 1 deletions

View File

@ -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.