summaryrefslogtreecommitdiff
path: root/local
diff options
context:
space:
mode:
Diffstat (limited to 'local')
-rw-r--r--local/bibli-paris/bibli-paris.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/local/bibli-paris/bibli-paris.el b/local/bibli-paris/bibli-paris.el
index 1a4d2e5..2f33e53 100644
--- a/local/bibli-paris/bibli-paris.el
+++ b/local/bibli-paris/bibli-paris.el
@@ -180,15 +180,12 @@ date if borrowed and set to the maximum unix date if unavailable."
(let ((blank "[[:blank:]\r\n]+")
(result entry-quote))
(setq result (replace-regexp-in-string blank " " result))
- (message result)
(setq result (string-trim result blank blank))
- (message result)
(setq result (replace-regexp-in-string
"BD EN RESERVE"
"EN RESERVE BD"
result
t t))
- (message result)
(setq result (replace-regexp-in-string
"\\([^0-9/]\\)\\([0-9]\\)\\($\\|\/\\)"
"\\10\\2\\3"