aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2023-08-25 20:22:21 +0200
committerStefan Kangas2023-08-25 20:22:21 +0200
commitaaaee4ebe198d810a2e62a38bee49fc2ee2cfcbd (patch)
treecead8fbfd2d8cee87b943de68825e633bb3eba95
parent1c0fb3de474de888436e5d1806d27b2e262ab60a (diff)
downloademacs-aaaee4ebe198d810a2e62a38bee49fc2ee2cfcbd.tar.gz
emacs-aaaee4ebe198d810a2e62a38bee49fc2ee2cfcbd.zip
; * lisp/strokes.el: Delete commented out XEmacs compat code.
-rw-r--r--lisp/strokes.el7
1 files changed, 1 insertions, 6 deletions
diff --git a/lisp/strokes.el b/lisp/strokes.el
index 293bdf0f369..694677ada0b 100644
--- a/lisp/strokes.el
+++ b/lisp/strokes.el
@@ -1211,12 +1211,7 @@ the stroke as a character in some language."
1211;;\\{edit-strokes-mode-map}" 1211;;\\{edit-strokes-mode-map}"
1212;; (setq truncate-lines nil 1212;; (setq truncate-lines nil
1213;; auto-show-mode nil ; don't want problems here either 1213;; auto-show-mode nil ; don't want problems here either
1214;; mode-popup-menu edit-strokes-menu) ; what about extent-specific stuff? 1214;; mode-popup-menu edit-strokes-menu)) ; what about extent-specific stuff?
1215;; (and (featurep 'menubar)
1216;; current-menubar
1217;; (setq-local current-menubar
1218;; (copy-sequence current-menubar))
1219;; (add-submenu nil edit-strokes-menu)))
1220 1215
1221;;(let ((map edit-strokes-mode-map)) 1216;;(let ((map edit-strokes-mode-map))
1222;; (define-key map "<" 'beginning-of-buffer) 1217;; (define-key map "<" 'beginning-of-buffer)