From: Glenn Morris Date: Tue, 1 May 2012 21:06:59 +0000 (-0400) Subject: * lisp/cus-start.el (suggest-key-bindings): Remove, now it is in Lisp. X-Git-Tag: emacs-24.2.90~471^2~220 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=976f7668ab5166673c3010eed82bae8ea8a30b69;p=emacs.git * lisp/cus-start.el (suggest-key-bindings): Remove, now it is in Lisp. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 887441d1c9d..07505a32536 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2012-05-01 Glenn Morris + * 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. diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 83973e4a534..9198eaddc37 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -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 ;; Keywords: internal ;; Package: emacs @@ -22,7 +22,7 @@ ;; along with GNU Emacs. If not, see . ;;; 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 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of (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)