projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d93c6b
)
Fix typos and ommissions in cus-edit.el
author
Po Lu
<luangruo@yahoo.com>
Thu, 20 Jul 2023 07:55:07 +0000
(15:55 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Thu, 20 Jul 2023 07:55:07 +0000
(15:55 +0800)
* lisp/cus-edit.el (custom-display): Add missing display types.
lisp/cus-edit.el
patch
|
blob
|
history
diff --git
a/lisp/cus-edit.el
b/lisp/cus-edit.el
index 0373842de09c3ca58a02ca24f121cac36ceb25bc..9ec10e63221e584d3b6d19c541405916e674fca1 100644
(file)
--- 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.")