diff options
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r-- | lisp/cus-edit.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 0373842de09..9ec10e63221 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -3533,7 +3533,11 @@ GNUstep or Macintosh OS Cocoa interface.") (const :format "PGTK " :sibling-args (:help-echo "\ Pure-GTK interface.") - ns) + pgtk) + (const :format "Haiku " + :sibling-args (:help-echo "\ +Haiku interface.") + haiku) (const :format "DOS " :sibling-args (:help-echo "\ Plain MS-DOS.") |