aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorCarsten Dominik <[email protected]>2007-11-06 07:00:47 +0000
committerCarsten Dominik <[email protected]>2007-11-06 07:00:47 +0000
commit8635fef07a753b0e32e7c205a8359fcc69cc66fb (patch)
tree93c238d131156c2a37580ba445f51afabf6ad314 /lisp/textmodes
parentdfdaf4ee53e41f9c548d03350689167380df3803 (diff)
* textmodes/org.el (org-table-formula-substitute-names): Removed
forgotten temporary debugging code.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/org.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el
index 4ba90216d8..b555e6c110 100644
--- a/lisp/textmodes/org.el
+++ b/lisp/textmodes/org.el
@@ -5,7 +5,7 @@
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 5.13g
+;; Version: 5.13i
;;
;; This file is part of GNU Emacs.
;;
@@ -83,7 +83,7 @@
;;; Version
-(defconst org-version "5.13g"
+(defconst org-version "5.13i"
"The version number of the file org.el.")
(defun org-version ()
(interactive)
@@ -9780,7 +9780,6 @@ With prefix arg ALL, do this for all lines in the table."
(defun org-table-formula-substitute-names (f)
"Replace $const with values in string F."
- (message "form %s" f) (sit-for 1)
(let ((start 0) a (f1 f) (pp (/= (string-to-char f) ?')))
;; First, check for column names
(while (setq start (string-match org-table-column-name-regexp f start))