Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
976f7668
Commit
976f7668
authored
May 01, 2012
by
Glenn Morris
Browse files
* lisp/cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
parent
ab1121bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/cus-start.el
lisp/cus-start.el
+4
-7
No files found.
lisp/ChangeLog
View file @
976f7668
2012-05-01 Glenn Morris <rgm@gnu.org>
* 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.
...
...
lisp/cus-start.el
View file @
976f7668
;;; 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 <abraham@dina.kvl.dk>
;; 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 @@ 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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment