summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorAndreas Politz <politza@hochschule-trier.de>2018-09-25 07:19:51 +0200
committerAndreas Politz <politza@hochschule-trier.de>2018-09-25 07:19:51 +0200
commit6ff2ae1b2e0edab15bef2411107abb94dd54364a (patch)
treead6a44edf527d1ebcaed751763433294c5d4cd91 /lisp
parentd0d9e6c89e561419fa2c97652970e4e2df5e1b66 (diff)
Remove custom macro declarations
Diffstat (limited to 'lisp')
-rw-r--r--lisp/pdf-virtual.el8
1 files changed, 2 insertions, 6 deletions
diff --git a/lisp/pdf-virtual.el b/lisp/pdf-virtual.el
index 40b0271..5d6458f 100644
--- a/lisp/pdf-virtual.el
+++ b/lisp/pdf-virtual.el
@@ -257,9 +257,7 @@ case it is nil, i.e. check that the buffer passes
(declare (doc-string 3) (indent defun)
(debug (&define name lambda-list
[&optional stringp]
- def-body))
- (font-lock defun)
- (imenu "Document"))
+ def-body)))
(unless (stringp documentation)
(push documentation body)
(setq documentation nil))
@@ -715,9 +713,7 @@ PAGE should be a page-number."
(declare (doc-string 3) (indent 2)
(debug (&define name lambda-list
[&optional stringp]
- def-body))
- (font-lock defun)
- (imenu "Adapter"))
+ def-body)))
(unless (stringp doc)
(push doc body)
(setq doc nil))