diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 12:23:00 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 12:23:00 +0000 |
commit | e8af40eed41d6c61ea6a0649512c4b09afcb1bfa (patch) | |
tree | 588654cb6c38a93c432bfae53ccbf36569e3cf23 /lisp/double.el | |
parent | 4cba8c0bdcce038e6966aab82d08859d796e69d0 (diff) | |
download | emacs-e8af40eed41d6c61ea6a0649512c4b09afcb1bfa.tar.gz |
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/double.el')
-rw-r--r-- | lisp/double.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/double.el b/lisp/double.el index 84a66d29e43..9287aa7f907 100644 --- a/lisp/double.el +++ b/lisp/double.el @@ -1,4 +1,4 @@ -;;; double.el --- Support for keyboard remapping with double clicking +;;; double.el --- support for keyboard remapping with double clicking ;; Copyright (C) 1994, 1997, 1998 Free Software Foundation, Inc. @@ -208,4 +208,3 @@ when pressed twice. See variable `double-map' for details." (provide 'double) ;;; double.el ends here - |