Remove unnecessary key definition

* dispass.el (dispass-labels-mode): Remove the key definition for
  `dispass-create', it is already defined in
  `dispass-labels-mode-map'.
This commit is contained in:
Tom Willemsen 2012-07-08 18:30:52 +02:00
parent 116dc63f49
commit 30bfd28fcb

View file

@ -271,7 +271,6 @@ thrown."
\\<dispass-labels-mode-map> \\<dispass-labels-mode-map>
\\{dispass-labels-mode-map}" \\{dispass-labels-mode-map}"
(define-key dispass-labels-mode-map "c" 'dispass-create)
(setq tabulated-list-format [("Label" 30 t) (setq tabulated-list-format [("Label" 30 t)
("Length" 6 nil) ("Length" 6 nil)
("Hash" 0 t)] ("Hash" 0 t)]