emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/calendar/parse-time.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/parse-time.el [lexbind]
Date: Tue, 14 Oct 2003 19:42:19 -0400

Index: emacs/lisp/calendar/parse-time.el
diff -c emacs/lisp/calendar/parse-time.el:1.6.4.1 
emacs/lisp/calendar/parse-time.el:1.6.4.2
*** emacs/lisp/calendar/parse-time.el:1.6.4.1   Fri Apr  4 01:20:16 2003
--- emacs/lisp/calendar/parse-time.el   Tue Oct 14 19:42:15 2003
***************
*** 174,179 ****
--- 174,180 ----
      ((5) (0 49) ,#'(lambda () (+ 2000 parse-time-elt))))
    "(slots predicate extractor...)")
  
+ ;;;###autoload
  (defun parse-time-string (string)
    "Parse the time-string STRING into (SEC MIN HOUR DAY MON YEAR DOW DST TZ).
  The values are identical to those of `decode-time', but any values that are
***************
*** 216,219 ****
--- 217,221 ----
  
  (provide 'parse-time)
  
+ ;;; arch-tag: 07066094-45a8-4c68-b307-86195e2c1103
  ;;; parse-time.el ends here




reply via email to

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