diff options
-rw-r--r-- | doc/hacks.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/hacks.el b/doc/hacks.el index 9f271b3afa..bfb5c98fac 100644 --- a/doc/hacks.el +++ b/doc/hacks.el @@ -1,6 +1,7 @@ ;;;; hacks.el --- a few functions to help me work on the manual ;;;; Jim Blandy <jimb@red-bean.com> --- October 1998 ;;;; -- imported from https://git.savannah.gnu.org/cgit/guile.git/tree/doc/hacks.el +;;;; This code should be covered by the same license as GNU Guile (GPL3). (defun jh-exemplify-region (start end) (interactive "r") |