summary refs log tree commit diff stats
path: root/lisp/reading.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/reading.el')
-rw-r--r--lisp/reading.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/reading.el b/lisp/reading.el index 6658671..a0d22f4 100644 --- a/lisp/reading.el +++ b/lisp/reading.el
@@ -56,6 +56,10 @@ FUNC should be a function with the signature (THING REMEMBERED-SETTING)."
56;;; Mode 56;;; Mode
57 57
58;;;###autoload 58;;;###autoload
59(defvar reading-mode-map (make-sparse-keymap)
60 "Keymap for `reading-mode'.")
61
62;;;###autoload
59(define-minor-mode reading-mode 63(define-minor-mode reading-mode
60 "A mode for reading." 64 "A mode for reading."
61 :lighter " Read" 65 :lighter " Read"