summaryrefslogtreecommitdiff
path: root/lisp/filecache.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-04-16 14:28:10 +0200
committerStefan Kangas <stefan@marxist.se>2021-04-16 14:54:02 +0200
commit289ec2d911c0a723c0c131ac9cf3407c71a4b15c (patch)
tree4f4f3ab2e6850dcda590c45ad6b84b3eed91eeb7 /lisp/filecache.el
parentfcd1943bfe9e384e91e2fb87c72b827ac28f05ef (diff)
downloademacs-289ec2d911c0a723c0c131ac9cf3407c71a4b15c.tar.gz
; Remove some useless comments
Diffstat (limited to 'lisp/filecache.el')
-rw-r--r--lisp/filecache.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/filecache.el b/lisp/filecache.el
index 67d2939dd3c..62184e1a0ae 100644
--- a/lisp/filecache.el
+++ b/lisp/filecache.el
@@ -674,10 +674,6 @@ match REGEXP."
(insert (nth 1 item) (nth 0 item) "\n"))
(pop-to-buffer buf))))
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;; Keybindings
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
(provide 'filecache)
;;; filecache.el ends here