emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r108087: * lisp/cus-start.el (suggest


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108087: * lisp/cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
Date: Tue, 01 May 2012 17:06:59 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 108087
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2012-05-01 17:06:59 -0400
message:
  * lisp/cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
modified:
  lisp/ChangeLog
  lisp/cus-start.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-05-01 18:48:46 +0000
+++ b/lisp/ChangeLog    2012-05-01 21:06:59 +0000
@@ -1,5 +1,7 @@
 2012-05-01  Glenn Morris  <address@hidden>
 
+       * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
+
        * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
 
        * cus-edit.el (custom-variable-documentation): Simplify with format.

=== modified file 'lisp/cus-start.el'
--- a/lisp/cus-start.el 2012-04-10 07:19:38 +0000
+++ b/lisp/cus-start.el 2012-05-01 21:06:59 +0000
@@ -1,7 +1,7 @@
 ;;; cus-start.el --- define customization properties of builtins
-;;
-;; Copyright (C) 1997, 1999-2012  Free Software Foundation, Inc.
-;;
+
+;; Copyright (C) 1997, 1999-2012 Free Software Foundation, Inc.
+
 ;; Author: Per Abrahamsen <address@hidden>
 ;; Keywords: internal
 ;; Package: emacs
@@ -22,7 +22,7 @@
 ;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Commentary:
-;;
+
 ;; This file adds customize support for built-in variables.
 
 ;; While dumping Emacs, this file is loaded, but it only records
@@ -269,9 +269,6 @@
                                            (const :tag "only shift-selection 
or mouse-drag" only)
                                            (const :tag "off" nil))
                                    "24.1")
-            (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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]