mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-13 11:12:19 -08:00
(ps-mode-map): Delete C-c v binding.
This commit is contained in:
parent
3a7632e50b
commit
ff04b3780d
2 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2007-10-25 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
|
||||
|
||||
2007-10-24 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* savehist.el (savehist-save): Omit unreadable elements.
|
||||
|
|
|
|||
|
|
@ -408,7 +408,6 @@ If nil, the following are tried in turn, until success:
|
|||
|
||||
(unless ps-mode-map
|
||||
(setq ps-mode-map (make-sparse-keymap))
|
||||
(define-key ps-mode-map "\C-cv" 'ps-mode-show-version)
|
||||
(define-key ps-mode-map "\C-c\C-v" 'ps-run-boundingbox)
|
||||
(define-key ps-mode-map "\C-c\C-u" 'ps-mode-uncomment-region)
|
||||
(define-key ps-mode-map "\C-c\C-t" 'ps-mode-epsf-rich)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue