summaryrefslogtreecommitdiff
path: root/test/pdf-tools-test.el
diff options
context:
space:
mode:
authorVedang Manerikar <ved.manerikar@gmail.com>2021-12-28 22:36:55 +0530
committerVedang Manerikar <ved.manerikar@gmail.com>2021-12-31 09:46:00 +0530
commitc5e6be69086b45af05b2f58f6df23167b6a5da79 (patch)
treee797b99906a271e1d459d89c9ffd2e4514d0fa06 /test/pdf-tools-test.el
parentd866c8749a4b29e37e9e1dca6dad1b3fa92babf0 (diff)
Indentation and code-quality fixes
- Remove :group arguments from `defcustom` declarations - `defcustom` picks up `defgroup` names from the same file, so specifying the group is not necessary - Ensure that all function-names are properly quoted using #' - Add an explicit header-option setting lexical-binding to t - Ensure that cl-check-type uses `satisfies` for filenames - Replace all `defadvice` with `advice-add` - Replace `(list ...)` patterns with `\`(...)` patterns Fixes: #62 Fixes: #32 Partially Fixes: #24
Diffstat (limited to 'test/pdf-tools-test.el')
-rw-r--r--test/pdf-tools-test.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pdf-tools-test.el b/test/pdf-tools-test.el
index 8a247e8..50674a7 100644
--- a/test/pdf-tools-test.el
+++ b/test/pdf-tools-test.el
@@ -1,4 +1,4 @@
-
+;; -*- lexical-binding: t; -*-
;; * ================================================================== *
;; * Tests not fitting anywhere else