summaryrefslogtreecommitdiff
path: root/lisp/org-interactive-query.el
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-01-04 16:21:56 +0100
committerBastien Guerry <bzg@altern.org>2012-01-04 16:21:56 +0100
commitbc33abded176d2f13275bc950062de334c0ab2de (patch)
tree980b4994fc5b375835ce72a4e61dfb4e579c7ee1 /lisp/org-interactive-query.el
parent30ef2c77ea02ed891160d1b33026503848fbf059 (diff)
Fix trailing whitespaces for *.el files in contrib/.
Diffstat (limited to 'lisp/org-interactive-query.el')
-rw-r--r--lisp/org-interactive-query.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/org-interactive-query.el b/lisp/org-interactive-query.el
index 6bf40f8..ab6669b 100644
--- a/lisp/org-interactive-query.el
+++ b/lisp/org-interactive-query.el
@@ -6,7 +6,7 @@
;; Version: 1.0
;; Keywords: org, wp
;;
-;; This file is not part of GNU Emacs.
+;; This file is not part of GNU Emacs.
;;
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -31,7 +31,7 @@
;; / add a keyword as a positive selection criterion
;; \ add a keyword as a newgative selection criterion
;; = clear a keyword from the selection string
-;; ;
+;; ;
(require 'org)
@@ -39,7 +39,7 @@
(org-defkey org-agenda-mode-map "/" 'org-agenda-query-and-cmd)
(org-defkey org-agenda-mode-map ";" 'org-agenda-query-or-cmd)
(org-defkey org-agenda-mode-map "\\" 'org-agenda-query-not-cmd)
-
+
;;; Agenda interactive query manipulation
(defcustom org-agenda-query-selection-single-key t
@@ -283,7 +283,7 @@ keyword string."
(defun org-agenda-query-generic-cmd (op)
"Activate query manipulation with OP as initial operator."
(let ((q (org-agenda-query-selection org-agenda-query-string op
- org-tag-alist
+ org-tag-alist
(org-agenda-query-global-todo-keys))))
(when q
(setq org-agenda-query-string q)