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.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/reading.el b/lisp/reading.el index d00172b..6658671 100644 --- a/lisp/reading.el +++ b/lisp/reading.el
@@ -58,9 +58,7 @@ FUNC should be a function with the signature (THING REMEMBERED-SETTING)."
58;;;###autoload 58;;;###autoload
59(define-minor-mode reading-mode 59(define-minor-mode reading-mode
60 "A mode for reading." 60 "A mode for reading."
61 :init-value nil
62 :lighter " Read" 61 :lighter " Read"
63 :keymap (make-sparse-keymap)
64 (if reading-mode 62 (if reading-mode
65 ;; turn on 63 ;; turn on
66 (progn 64 (progn