summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Maus <dmaus@ictsoc.de>2010-11-22 21:32:22 +0100
committerDavid Maus <dmaus@ictsoc.de>2010-11-22 21:32:22 +0100
commit803f6b0ceb8fb990b3eee30996b5bf2f4d1d3fb1 (patch)
tree3cbfda5087ef16a8ec1e9791c056a60d64dd18f2
parent95bb16661b22ce83326f13304ed4ad690cc03eba (diff)
downloadorg-mode-803f6b0ceb8fb990b3eee30996b5bf2f4d1d3fb1.tar.gz
Remove duplicate defcustom, introduced by 95bb1666
-rw-r--r--lisp/org-agenda.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index fb0957a..a248068 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -927,12 +927,6 @@ For example, 9:30am would become 09:30 rather than 9:30."
:group 'org-agenda
:type 'boolean)
-(defcustom org-agenda-time-leading-zero nil
- "Non-nil means use leading zero for military times in agenda.
-For example, 9:30am would become 09:30 rather than 9:30."
- :group 'org-agenda-daily/weekly
- :type 'boolean)
-
(defun org-agenda-time-of-day-to-ampm (time)
"Convert TIME of a string like '13:45' to an AM/PM style time string."
(let* ((hour-number (string-to-number (substring time 0 -3)))