aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/sun-fns.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/sun-fns.el b/lisp/sun-fns.el
index 0dce106b845..40b36b95686 100644
--- a/lisp/sun-fns.el
+++ b/lisp/sun-fns.el
@@ -56,7 +56,7 @@
56 56
57;;; Code: 57;;; Code:
58 58
59(require 'sun-mouse) 59(require 'term/sun-mouse)
60 60
61(defconst cursor-pause-milliseconds 300 61(defconst cursor-pause-milliseconds 300
62 "*Number of milliseconds to display alternate cursor (usually the mark)") 62 "*Number of milliseconds to display alternate cursor (usually the mark)")