summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2020-01-25 19:16:49 +0100
committerBastien <bzg@gnu.org>2020-01-25 19:16:49 +0100
commitea6349d671be70f235e971cb5cf7114a1825bd22 (patch)
tree5deb64f3abcf14245279da837efe82dac34230fe
parentcd1014a75a1ad63fdc44d6cd2722d529f1f5b7f7 (diff)
downloadorg-mode-ea6349d671be70f235e971cb5cf7114a1825bd22.tar.gz
org.el: Delete dynamically scoped variable
* (org-dcst): Delete dynamically scoped variable.
-rw-r--r--lisp/org.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/org.el b/lisp/org.el
index e011ff6..062d6cb 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -14200,7 +14200,6 @@ with the current time without prompting the user."
(defvar org-overriding-default-time nil) ; dynamically scoped
(defvar org-read-date-overlay nil)
-(defvar org-dcst nil) ; dynamically scoped
(defvar org-read-date-history nil)
(defvar org-read-date-final-answer nil)
(defvar org-read-date-analyze-futurep nil)
@@ -14270,7 +14269,6 @@ user."
(if (equal org-with-time '(16))
'(0 0)
org-time-stamp-rounding-minutes))
- (org-dcst org-display-custom-times)
(ct (org-current-time))
(org-def (or org-overriding-default-time default-time ct))
(org-defdecode (decode-time org-def))
@@ -14389,7 +14387,7 @@ user."
" " (or org-ans1 org-ans2)))
(org-end-time-was-given nil)
(f (org-read-date-analyze ans org-def org-defdecode))
- (fmts (if org-dcst
+ (fmts (if org-display-custom-times
org-time-stamp-custom-formats
org-time-stamp-formats))
(fmt (if (or org-with-time