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
c1fdf758
Commit
c1fdf758
authored
Feb 11, 2008
by
Sam Steingold
Browse files
(vc-prefix-key): Remove (undo 2008-02-06 patch).
parent
d8c8e45a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
9 deletions
+6
-9
lisp/ChangeLog
lisp/ChangeLog
+5
-1
lisp/vc-hooks.el
lisp/vc-hooks.el
+1
-8
No files found.
lisp/ChangeLog
View file @
c1fdf758
2008-02-11 Sam Steingold <sds@gnu.org>
* vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
2008-02-11 Glenn Morris <rgm@gnu.org>
* startup.el (emacs-startup-time): New variable.
...
...
@@ -2317,7 +2321,7 @@
2008-02-01 Dave Love <fx@gnu.org>
* international/characters.el: Make
,_/
(B and ,A(B a case pair.
* international/characters.el: Make
$,1!8
(B and ,A(B a case pair.
2008-02-01 Kenichi Handa <handa@etl.go.jp>
...
...
lisp/vc-hooks.el
View file @
c1fdf758
...
...
@@ -972,14 +972,7 @@ Used in `find-file-not-found-functions'."
;; (define-key map "?" 'vc-status)
map
))
(
fset
'vc-prefix-map
vc-prefix-map
)
(
defcustom
vc-prefix-key
"\C-xv"
"*The prefix for the VC bindings."
:set
(
lambda
(
symbol
prefix
)
; symbol == vc-prefix-key
(
define-key
global-map
prefix
'vc-prefix-map
)
; install new prefix
(
when
(
boundp
'vc-prefix-key
)
; disable the previous prefix
(
define-key
global-map
vc-prefix-key
nil
))
(
set
symbol
prefix
))
; save the new prefix
:version
"23.1"
:group
'vc
)
(
define-key
global-map
"\C-xv"
'vc-prefix-map
)
(
defvar
vc-menu-map
(
let
((
map
(
make-sparse-keymap
"Version Control"
)))
...
...
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