diff options
Diffstat (limited to 'link.el')
-rw-r--r-- | link.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ ;; Author: Torsten Hilbrich <Torsten.Hilbrich@gmx.net> ;; Keywords: interface, hypermedia -;; $Id: link.el,v 1.5 1999/01/08 18:36:50 torsten Exp $ +;; $Id: link.el,v 1.5 1999/01/08 18:36:50 torsten Exp torsten $ ;; This file is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -117,4 +117,4 @@ link. Upon clicking the `function' is called with `data' as argument." (define-key keymap [return] 'link-selected) (define-key keymap [(meta return)] 'link-selected-all)) -(provide 'link)
\ No newline at end of file +(provide 'link) |