1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-10 00:00:39 -08:00
emacs/lisp/emacs-lisp
Paul Eggert 0bfcf5c598 Fix minor Y10k bugs.
* lisp/arc-mode.el (archive-unixdate):
* lisp/autoinsert.el (auto-insert-alist):
* lisp/calc/calc-forms.el (math-this-year):
* lisp/gnus/nnweb.el (nnweb-google-parse-1):
* lisp/emacs-lisp/copyright.el (copyright-current-year)
(copyright-update-year, copyright):
* lisp/tar-mode.el (tar-clip-time-string):
* lisp/time.el (display-time-update):
Don't assume years have 4 digits.
2012-05-03 23:13:18 -07:00
..
.gitignore
advice.el Update Compilation and Advice chapters in Lisp manual. 2012-02-10 23:50:11 +08:00
authors.el lisp/*: Add declarations, remove unused bindings, mark unused args. 2012-04-19 19:20:26 +02:00
autoload.el * lisp/emacs-lisp/autoload.el (autoload-make-program): Remove, unused. 2012-04-10 16:15:08 -04:00
avl-tree.el lisp/*: Add declarations, remove unused bindings, mark unused args. 2012-04-19 19:20:26 +02:00
backquote.el
benchmark.el
bindat.el
byte-opt.el Remove defining user variables via * in docstring. 2012-04-09 20:36:01 +08:00
byte-run.el
bytecomp.el * lisp/emacs-lisp/bytecomp.el 2012-05-02 22:39:23 -04:00
cconv.el * lisp/vc/vc-mtn.el: 2012-04-25 23:18:47 -04:00
chart.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
check-declare.el Comment fix 2012-04-20 20:32:15 -04:00
checkdoc.el Duplicate-word and spelling fixes. 2012-01-10 22:53:12 -08:00
cl-extra.el * lisp/emacs-lisp/cl-extra.el (*random-state*): Remove unnecessary declaration. 2012-04-16 15:20:42 -04:00
cl-indent.el Add missing :version tags to new defgroups and defcustoms 2012-02-11 14:13:29 -08:00
cl-loaddefs.el * lisp/vc/vc-mtn.el: 2012-04-25 23:18:47 -04:00
cl-macs.el * lisp/vc/vc-mtn.el: 2012-04-25 23:18:47 -04:00
cl-seq.el
cl-specs.el
cl.el
copyright.el Fix minor Y10k bugs. 2012-05-03 23:13:18 -07:00
crm.el
cust-print.el
debug.el
derived.el
disass.el
easy-mmode.el Avoid the use of ((lambda ...) ...) in lexical-binding code. 2012-04-14 08:48:27 -04:00
easymenu.el Standardize possessive apostrophe usage in manuals, docs, and comments 2012-02-28 00:17:21 -08:00
edebug.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
eieio-base.el
eieio-custom.el
eieio-datadebug.el
eieio-opt.el * eieio-opt.el (describe-class, describe-generic): Autoload trivia. 2012-04-16 15:25:59 -04:00
eieio-speedbar.el
eieio.el Doc fixes for emacs-bzr-* facilities. 2012-04-20 08:47:55 +03:00
eldoc.el
elint.el
elp.el
ert-x.el Header comment trivial fix 2012-04-16 15:21:32 -04:00
ert.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
ewoc.el Replace lexical-let by lexical-binding (except Gnus, CEDET, ERT). 2012-04-26 08:43:28 -04:00
find-func.el
find-gc.el
float-sup.el
generic.el
gulp.el
helper.el
lisp-mnt.el
lisp-mode.el Make Emacs Lisp mode use emacs-lisp-mode-abbrev-table. 2012-01-29 12:45:51 +08:00
lisp.el `narrow-to-defun' fixup 2012-04-11 04:12:20 +02:00
macroexp.el
map-ynp.el
package-x.el
package.el lisp/*: Add declarations, remove unused bindings, mark unused args. 2012-04-19 19:20:26 +02:00
pcase.el
pp.el lisp/emacs-lisp/pp.el: Do not reimplement common macros; use `looking-at-p'. 2012-02-05 03:09:35 +01:00
re-builder.el
regexp-opt.el Call imagemagick-register-types automatically. 2012-04-16 11:47:43 +08:00
regi.el
ring.el Fix ring extension code in ring.el, and tweak comint-input-ring handling. 2012-03-15 16:00:43 +08:00
rx.el
shadow.el
smie.el lisp/*: Add declarations, remove unused bindings, mark unused args. 2012-04-19 19:20:26 +02:00
syntax.el Replace lexical-let by lexical-binding (except Gnus, CEDET, ERT). 2012-04-26 08:43:28 -04:00
tabulated-list.el * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos. 2012-04-17 23:07:21 +08:00
tcover-ses.el
tcover-unsafep.el
testcover.el
timer.el Convert more defvars to defcustoms. 2012-05-04 13:14:14 +08:00
tq.el
trace.el
unsafep.el
warnings.el