emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] [PATCH 1/3] Removed unused test function.


From: Mikael Fornius
Subject: [Orgmode] [PATCH 1/3] Removed unused test function.
Date: Thu, 10 Jun 2010 16:54:49 +0200

* org.el (test): Removed unused test function.
---
 lisp/org.el |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/lisp/org.el b/lisp/org.el
index 5cbd10a..2a2cef9 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -15571,10 +15571,6 @@ looks only before point, not after."
     (org-in-regexp
      "\\\\[a-zA-Z]+\\*?\\(\\(\\[[^][\n{}]*\\]\\)\\|\\({[^{}\n]*}\\)\\)*")))
 
-(defun test ()
-  (interactive)
-  (message "%s" (org-inside-latex-macro-p)))
-
 (defun org-try-cdlatex-tab ()
   "Check if it makes sense to execute `cdlatex-tab', and do it if yes.
 It makes sense to do so if `org-cdlatex-mode' is active and if the cursor is
-- 
1.7.1




reply via email to

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