[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master aaaee4ebe19: ; * lisp/strokes.el: Delete commented out XEmacs com
From: |
Stefan Kangas |
Subject: |
master aaaee4ebe19: ; * lisp/strokes.el: Delete commented out XEmacs compat code. |
Date: |
Fri, 25 Aug 2023 14:22:50 -0400 (EDT) |
branch: master
commit aaaee4ebe198d810a2e62a38bee49fc2ee2cfcbd
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>
; * lisp/strokes.el: Delete commented out XEmacs compat code.
---
lisp/strokes.el | 7 +------
1 file changed, 1 insertion(+), 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."
;;\\{edit-strokes-mode-map}"
;; (setq truncate-lines nil
;; auto-show-mode nil ; don't want problems here either
-;; mode-popup-menu edit-strokes-menu) ; what about extent-specific stuff?
-;; (and (featurep 'menubar)
-;; current-menubar
-;; (setq-local current-menubar
-;; (copy-sequence current-menubar))
-;; (add-submenu nil edit-strokes-menu)))
+;; mode-popup-menu edit-strokes-menu)) ; what about extent-specific stuff?
;;(let ((map edit-strokes-mode-map))
;; (define-key map "<" 'beginning-of-buffer)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master aaaee4ebe19: ; * lisp/strokes.el: Delete commented out XEmacs compat code.,
Stefan Kangas <=