* lisp/org.el (org-speed-command-hook): Do not use removed alias name.
This commit is contained in:
Bastien 2016-12-24 12:21:42 +01:00
parent 709dad2f3a
commit c98a343f8d
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-activate org-babel-speed-command-hook)
'(org-speed-command-activate org-babel-speed-command-activate)
"Hook for activating speed commands at strategic locations.
Hook functions are called in sequence until a valid handler is
found.