summaryrefslogtreecommitdiff
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorBoris Goldowsky <boris@gnu.org>1995-03-25 16:02:43 +0000
committerBoris Goldowsky <boris@gnu.org>1995-03-25 16:02:43 +0000
commitbc76c01de5cfa5e63e14cf02fc7697390303d6d5 (patch)
treedc26a139de201408c3e7ad1b44f59cd79d9d91a7 /lisp/menu-bar.el
parent64b11070694beaa93b0ce4a47a17b1bc4fdcd016 (diff)
downloademacs-bc76c01de5cfa5e63e14cf02fc7697390303d6d5.tar.gz
Add Text Properties submenu to Edit menu.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r--lisp/menu-bar.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index dfea00954e7..a7e0fbc5967 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -205,6 +205,7 @@
(define-key menu-bar-edit-menu [spell] '("Spell" . ispell-menu-map))
(define-key menu-bar-edit-menu [fill] '("Fill" . fill-region))
+(define-key menu-bar-edit-menu [props] '("Text Properties" . facemenu-menu))
(define-key menu-bar-edit-menu [separator-edit]
'("--"))