summaryrefslogtreecommitdiff
path: root/deb-view.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2018-10-14 15:53:36 +0200
committerJonas Bernoulli <jonas@bernoul.li>2018-10-14 15:58:51 +0200
commit19853445e669052da5ae27ef784fdac4ce0eefbe (patch)
tree80ea08df6cf5c6c3364ae3d34a01c78f2c91cd11 /deb-view.el
parenta65d846331ff0d81e7cf71938268ab787eb37432 (diff)
fix indentation and remove excessive whitespace
Diffstat (limited to 'deb-view.el')
-rw-r--r--deb-view.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/deb-view.el b/deb-view.el
index 6223258..7dad836 100644
--- a/deb-view.el
+++ b/deb-view.el
@@ -273,7 +273,7 @@ See also the variable deb-find-directory."
(define-key debview-mode-map "u" 'undefined)
(define-key debview-mode-map "x" 'undefined)
(define-key debview-mode-map "" 'undefined)
-
+
(define-key debview-mode-map "?" 'deb-view-help)
(define-key debview-mode-map "q" 'deb-view-dired-view-cleanup)
(define-key debview-mode-map "N" 'deb-view-tar-man)
@@ -498,7 +498,7 @@ easily repeat a `deb-find' command."
(interactive)
(require 'compile)
(let* ((deb-file-string (read-from-minibuffer "deb file to find: "
- nil nil nil 'deb-find-history))
+ nil nil nil 'deb-find-history))
(output-buffer-name "*deb-find*")
(command (cond ((string-equal deb-find-method "locate")
(concat "locate '" deb-file-string