Mercurial > emacs
diff lisp/calendar/parse-time.el @ 104612:c220a29e75fd
Define risky-local-variable property here rather than in files.el.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 26 Aug 2009 03:07:25 +0000 |
parents | d38c249bcfee |
children | 1d1d5d9bd884 |
line wrap: on
line diff
--- a/lisp/calendar/parse-time.el Wed Aug 26 02:59:34 2009 +0000 +++ b/lisp/calendar/parse-time.el Wed Aug 26 03:07:25 2009 +0000 @@ -175,6 +175,7 @@ ((5) (50 110) ,#'(lambda () (+ 1900 parse-time-elt))) ((5) (0 49) ,#'(lambda () (+ 2000 parse-time-elt)))) "(slots predicate extractor...)") +;;;###autoload(put 'parse-time-rules 'risky-local-variable t) ;;;###autoload (defun parse-time-string (string)