Restrict regexp match in previous emacsbug.el change.
[bpt/emacs.git] / lisp / cus-start.el
index d2d99ee..6113a43 100644 (file)
@@ -111,9 +111,9 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
             (cursor-in-non-selected-windows
              cursor boolean nil
              :tag "Cursor In Non-selected Windows"
-             :set #'(lambda (symbol value)
-                      (set-default symbol value)
-                      (force-mode-line-update t)))
+             :set (lambda (symbol value)
+                    (set-default symbol value)
+                    (force-mode-line-update t)))
             (transient-mark-mode editing-basics boolean nil
                                  :standard (not noninteractive)
                                  :initialize custom-initialize-delay
@@ -259,6 +259,11 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
             (suggest-key-bindings keyboard (choice (const :tag "off" nil)
                                                    (integer :tag "time" 2)
                                                    (other :tag "on")))
+             (debug-on-event debug
+                             (choice (const :tag "None" nil)
+                                     (const :tag "When sent SIGUSR1" sigusr1)
+                                     (const :tag "When sent SIGUSR2" sigusr2))
+                             "24.1")
 
 ;; This is not good news because it will use the wrong
 ;; version-specific directories when you upgrade.  We need
@@ -356,6 +361,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
                      (const alt) (const hyper)
                      (const super)) "23.1")
             (ns-antialias-text ns boolean "23.1")
+            (ns-auto-hide-menu-bar ns boolean "24.0")
             ;; process.c
             (delete-exited-processes processes-basics boolean)
             ;; syntax.c