diff options
author | Yuchen Pei <hi@ypei.me> | 2023-06-09 16:18:04 +1000 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2023-06-09 16:18:04 +1000 |
commit | cf38c80755d422f9b159a1cac2d38f21a1869279 (patch) | |
tree | cf2cad3c6034874282c3cdac2a405d3161bf51d6 /link.el | |
parent | bdf0aa7761d1c1a3bc0652b2fdc4a54b3acdb06a (diff) |
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'. |