diff options
Diffstat (limited to 'link.el')
| -rw-r--r-- | link.el | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -37,7 +37,7 @@  ;;; Code:  (eval-when-compile -  (require 'cl)) +  (require 'cl-lib))  (defun link-create-link (start end face function &optional data help)    "Create a link in the current buffer starting from `start' going to `end'. | 
