diff options
Diffstat (limited to 'lisp/subr.el')
-rw-r--r-- | lisp/subr.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index 1d74712ae3c..bb3b37ebbf0 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -3759,6 +3759,8 @@ is greater than \"1pre\" which is greater than \"1beta\" which is greater than ;;; Misc. +(defconst menu-bar-separator '("--") + "Separator for menus.") ;; The following statement ought to be in print.c, but `provide' can't ;; be used there. |