summary refs log tree commit diff stats
path: root/lisp/reading.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-12 17:40:43 -0600
committerCase Duckworth2022-01-12 17:40:43 -0600
commit125a82251c9129dcd8dda3578ecd667c6b9308c7 (patch)
treeb3e271c8c255a43a4e7885ebd3cf43799c100225 /lisp/reading.el
parentBindings and stuff (diff)
downloademacs-125a82251c9129dcd8dda3578ecd667c6b9308c7.tar.gz
emacs-125a82251c9129dcd8dda3578ecd667c6b9308c7.zip
Coupla small changes
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