diff options
| -rw-r--r-- | lisp/cus-start.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 355cf7bb9ab..9ac98eb1036 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -193,6 +193,8 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of | |||
| 193 | (suggest-key-bindings keyboard (choice (const :tag "off" nil) | 193 | (suggest-key-bindings keyboard (choice (const :tag "off" nil) |
| 194 | (integer :tag "time" 2) | 194 | (integer :tag "time" 2) |
| 195 | (other :tag "on"))) | 195 | (other :tag "on"))) |
| 196 | ;; macselect.c | ||
| 197 | (mac-dnd-known-types mac (repeat string) "22.1") | ||
| 196 | ;; macterm.c | 198 | ;; macterm.c |
| 197 | (mac-control-modifier mac (choice (const :tag "No modifier" nil) | 199 | (mac-control-modifier mac (choice (const :tag "No modifier" nil) |
| 198 | (const control) (const meta) | 200 | (const control) (const meta) |