diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 21:11:25 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 21:11:25 +0000 |
commit | cd8cea0a40e60431ed1b9f14ae5f85935743f598 (patch) | |
tree | a14050b6fc32f786d324b0cf9a75de008371ee94 /lisp/sun-fns.el | |
parent | 4bd4e566ab12d9e731b0eef172f882c81b59a537 (diff) | |
download | emacs-cd8cea0a40e60431ed1b9f14ae5f85935743f598.tar.gz |
*** empty log message ***
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 |