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
0dcd12a1
Commit
0dcd12a1
authored
Nov 28, 2007
by
Glenn Morris
Browse files
(edt-user-emulation-setup): Test edt-setup-user-bindings is bound
before calling.
parent
552939e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
lisp/emulation/edt.el
lisp/emulation/edt.el
+4
-1
No files found.
lisp/emulation/edt.el
View file @
0dcd12a1
...
@@ -2229,7 +2229,10 @@ Optional argument USER-SETUP non-nil means called from function
...
@@ -2229,7 +2229,10 @@ Optional argument USER-SETUP non-nil means called from function
;; function edt-setup-extra-default-bindings.
;; function edt-setup-extra-default-bindings.
(define-prefix-command 'edt-user-gold-map)
(define-prefix-command 'edt-user-gold-map)
(fset 'edt-user-gold-map (copy-keymap 'edt-default-gold-map))
(fset 'edt-user-gold-map (copy-keymap 'edt-default-gold-map))
(edt-setup-user-bindings)
;; This is a function that the user can define for custom bindings.
;; See etc/edt-user.doc.
(if (fboundp 'edt-setup-user-bindings)
(edt-setup-user-bindings))
(edt-select-user-global-map))
(edt-select-user-global-map))
(defun edt-select-default-global-map()
(defun edt-select-default-global-map()
...
...
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