aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuri Linkov2020-02-25 02:38:33 +0200
committerJuri Linkov2020-02-25 02:38:33 +0200
commit72cf60e9dc8bcfa05157e6f5909c61037c3f7b0f (patch)
tree5cd9a9f0b2bc4fc5ece0a45329c115f19347a301 /lisp
parent29eb93e3c3ad98027837a11ea3433d9d9b2dfc2f (diff)
downloademacs-72cf60e9dc8bcfa05157e6f5909c61037c3f7b0f.tar.gz
emacs-72cf60e9dc8bcfa05157e6f5909c61037c3f7b0f.zip
* lisp/textmodes/nroff-mode.el (nroff-mode-map): Remove key 'M-s' (bug#39706)
Diffstat (limited to 'lisp')
-rw-r--r--lisp/textmodes/nroff-mode.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/textmodes/nroff-mode.el b/lisp/textmodes/nroff-mode.el
index 62e8b1f0934..bb2582cf7a2 100644
--- a/lisp/textmodes/nroff-mode.el
+++ b/lisp/textmodes/nroff-mode.el
@@ -50,7 +50,6 @@
50 (let ((map (make-sparse-keymap)) 50 (let ((map (make-sparse-keymap))
51 (menu-map (make-sparse-keymap))) 51 (menu-map (make-sparse-keymap)))
52 (define-key map "\t" 'tab-to-tab-stop) 52 (define-key map "\t" 'tab-to-tab-stop)
53 (define-key map "\es" 'center-line)
54 (define-key map "\e?" 'nroff-count-text-lines) 53 (define-key map "\e?" 'nroff-count-text-lines)
55 (define-key map "\n" 'nroff-electric-newline) 54 (define-key map "\n" 'nroff-electric-newline)
56 (define-key map "\en" 'nroff-forward-text-line) 55 (define-key map "\en" 'nroff-forward-text-line)