diff options
| author | Andreas Politz <politza@hochschule-trier.de> | 2018-09-25 07:19:51 +0200 |
|---|---|---|
| committer | Andreas Politz <politza@hochschule-trier.de> | 2018-09-25 07:19:51 +0200 |
| commit | 6ff2ae1b2e0edab15bef2411107abb94dd54364a (patch) | |
| tree | ad6a44edf527d1ebcaed751763433294c5d4cd91 | |
| parent | d0d9e6c89e561419fa2c97652970e4e2df5e1b66 (diff) | |
Remove custom macro declarations
| -rw-r--r-- | lisp/pdf-virtual.el | 8 |
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)) |
