summaryrefslogtreecommitdiff
path: root/helm-bookmark.el
diff options
context:
space:
mode:
authorduianto <duianto@users.noreply.github.com>2019-01-21 21:44:45 +0100
committerduianto <duianto@users.noreply.github.com>2019-01-21 21:44:45 +0100
commit404865e63b822a1afc0c95d27390edaff9fc2061 (patch)
treed6081448b54b6d6c0ba47c7b33cf4f98045b4e5c /helm-bookmark.el
parente57c8f8e4666ed9bcf86e8c3b740fa054d127c5d (diff)
Remove trailing whitespace(s)
And one case of a whitespace before a closing double quote, the double quotes are removed when helm-autoloads.el is generated.
Diffstat (limited to 'helm-bookmark.el')
-rw-r--r--helm-bookmark.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-bookmark.el b/helm-bookmark.el
index 0c7af085..f36fffea 100644
--- a/helm-bookmark.el
+++ b/helm-bookmark.el
@@ -245,7 +245,7 @@ BOOKMARK is a bookmark name or a bookmark record."
BOOKMARK is a bookmark name or a bookmark record.
This excludes bookmarks of a more specific kind (Info, Gnus, and W3m)."
(let* ((filename (bookmark-get-filename bookmark))
- (isnonfile (equal filename helm-bookmark--non-file-filename)))
+ (isnonfile (equal filename helm-bookmark--non-file-filename)))
(and filename (not isnonfile) (not (bookmark-get-handler bookmark)))))
(defun helm-bookmark-org-file-p (bookmark)