diff options
Diffstat (limited to 'lisp/sun-fns.el')
-rw-r--r-- | lisp/sun-fns.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/sun-fns.el b/lisp/sun-fns.el index b628565d38e..00fbcc4715a 100644 --- a/lisp/sun-fns.el +++ b/lisp/sun-fns.el @@ -1,4 +1,5 @@ -;; Subroutines of Mouse handling for Sun windows +;;; sun-fns.el --- subroutines of Mouse handling for Sun windows + ;; Copyright (C) 1987 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -628,3 +629,5 @@ To unmark a buffer marked for deletion, select it with LEFT." (global-set-mouse '(minibuffer double control meta right) 'mouse-help-region) (provide 'sun-fns) + +;;; sun-fns.el ends here |