emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[emacs-wiki-discuss] minor typo in planner-bibtex-regexp


From: Wei-Hao Lin
Subject: [emacs-wiki-discuss] minor typo in planner-bibtex-regexp
Date: Tue, 10 May 2005 11:13:57 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt)

The right parenthesis is misplaced.

$ tla changes --diffs
* looking for address@hidden/planner--dev--1.0--patch-396 to compare with
* comparing to address@hidden/planner--dev--1.0--patch-396
M  planner-bibtex.el

* modified files

--- orig/planner-bibtex.el
+++ mod/planner-bibtex.el
@@ -37,7 +37,7 @@
 (defvar planner-bibtex-regexp
   (concat "^bibtex:\\([^"
           planner-bibtex-separator "]+\\)"
-          planner-bibtex-separator "\\(.+\\)" "Regexp matching URLs."))
+          planner-bibtex-separator "\\(.+\\)") "Regexp matching URLs.")
 
 ;;; Code:
 (unless (fboundp 'bibtex-key-in-head)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]