aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Steingold2008-02-11 00:54:35 +0000
committerSam Steingold2008-02-11 00:54:35 +0000
commitc1fdf758534b8ea7c133ea4c6e42a695ef900cdd (patch)
tree31a747cb8b437ee6e132f5e4e26b9f00497c1d92
parentd8c8e45ab89700e9f9b527dea9c581d204d16fad (diff)
downloademacs-c1fdf758534b8ea7c133ea4c6e42a695ef900cdd.tar.gz
emacs-c1fdf758534b8ea7c133ea4c6e42a695ef900cdd.zip
(vc-prefix-key): Remove (undo 2008-02-06 patch).
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/vc-hooks.el9
2 files changed, 6 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4ee7ee0e2ad..1b9b95dc8a8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12008-02-11 Sam Steingold <sds@gnu.org>
2
3 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
4
12008-02-11 Glenn Morris <rgm@gnu.org> 52008-02-11 Glenn Morris <rgm@gnu.org>
2 6
3 * startup.el (emacs-startup-time): New variable. 7 * startup.el (emacs-startup-time): New variable.
@@ -2317,7 +2321,7 @@
2317 2321
23182008-02-01 Dave Love <fx@gnu.org> 23222008-02-01 Dave Love <fx@gnu.org>
2319 2323
2320 * international/characters.el: Make ,_/(B and ,A(B a case pair. 2324 * international/characters.el: Make $,1!8(B and ,A(B a case pair.
2321 2325
23222008-02-01 Kenichi Handa <handa@etl.go.jp> 23262008-02-01 Kenichi Handa <handa@etl.go.jp>
2323 2327
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el
index 945568ebc93..4f1858a2108 100644
--- a/lisp/vc-hooks.el
+++ b/lisp/vc-hooks.el
@@ -972,14 +972,7 @@ Used in `find-file-not-found-functions'."
972 ;; (define-key map "?" 'vc-status) 972 ;; (define-key map "?" 'vc-status)
973 map)) 973 map))
974(fset 'vc-prefix-map vc-prefix-map) 974(fset 'vc-prefix-map vc-prefix-map)
975(defcustom vc-prefix-key "\C-xv" "*The prefix for the VC bindings." 975(define-key global-map "\C-xv" 'vc-prefix-map)
976 :set (lambda (symbol prefix) ; symbol == vc-prefix-key
977 (define-key global-map prefix 'vc-prefix-map) ; install new prefix
978 (when (boundp 'vc-prefix-key) ; disable the previous prefix
979 (define-key global-map vc-prefix-key nil))
980 (set symbol prefix)) ; save the new prefix
981 :version "23.1"
982 :group 'vc)
983 976
984(defvar vc-menu-map 977(defvar vc-menu-map
985 (let ((map (make-sparse-keymap "Version Control"))) 978 (let ((map (make-sparse-keymap "Version Control")))