diff options
| -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)) |
