diff options
author | Case Duckworth | 2022-01-12 17:40:43 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-12 17:40:43 -0600 |
commit | 125a82251c9129dcd8dda3578ecd667c6b9308c7 (patch) | |
tree | b3e271c8c255a43a4e7885ebd3cf43799c100225 /lisp | |
parent | Bindings and stuff (diff) | |
download | emacs-125a82251c9129dcd8dda3578ecd667c6b9308c7.tar.gz emacs-125a82251c9129dcd8dda3578ecd667c6b9308c7.zip |
Coupla small changes
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/reading.el | 2 |
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 |