comparison lisp/ChangeLog @ 5490:8861440b1aa4

Remove all autoload cookies from dumped files, they're needless and confusing. lisp/ChangeLog addition: 2011-05-01 Aidan Kehoe <kehoea@parhasard.net> * buff-menu.el (list-buffers-directory): * buff-menu.el (default-list-buffers-identification): * cus-file.el (custom-file-base): * cus-file.el (custom-file): * cus-file.el (make-custom-file-name): * menubar.el (menu-split-long-menu): * newcomment.el: * newcomment.el (indent-for-comment): * newcomment.el (comment-column): * newcomment.el (comment-start): * newcomment.el (comment-start-skip): * newcomment.el (comment-end-skip): * newcomment.el (comment-end): * newcomment.el (comment-indent-function): * newcomment.el (comment-style): * newcomment.el (comment-padding): * newcomment.el (comment-multi-line): * newcomment.el (comment-normalize-vars): * newcomment.el (comment-indent): * newcomment.el (comment-set-column): * newcomment.el (comment-kill): * newcomment.el (uncomment-region): * newcomment.el (comment-region): * newcomment.el (comment-or-uncomment-region): * newcomment.el (comment-dwim): * newcomment.el (comment-indent-new-line): * x-win-sun.el (x-win-init-sun): * x-win-xfree86.el (x-win-init-xfree86): * mule/mule-composite.el: * mule/mule-composite.el (reference-point-alist): * mule/mule-composite.el (compose-region): * mule/mule-composite.el (decompose-region): * mule/mule-composite.el (compose-string): * mule/mule-composite.el (decompose-string): * mule/mule-composite.el (compose-chars): * mule/mule-composite.el (find-composition): * mule/mule-composite.el (compose-chars-after): * mule/mule-composite.el (compose-last-chars): * mule/mule-composite.el (decompose-composite-char): Remove all autoload cookies from dumped files, they're needless and confusing.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 01 May 2011 17:43:14 +0100
parents 1e544fd7be12
children 1f0b15040456
comparison
equal deleted inserted replaced
5489:159face738c3 5490:8861440b1aa4
1 2011-05-01 Aidan Kehoe <kehoea@parhasard.net>
2
3 * buff-menu.el (list-buffers-directory):
4 * buff-menu.el (default-list-buffers-identification):
5 * cus-file.el (custom-file-base):
6 * cus-file.el (custom-file):
7 * cus-file.el (make-custom-file-name):
8 * menubar.el (menu-split-long-menu):
9 * newcomment.el:
10 * newcomment.el (indent-for-comment):
11 * newcomment.el (comment-column):
12 * newcomment.el (comment-start):
13 * newcomment.el (comment-start-skip):
14 * newcomment.el (comment-end-skip):
15 * newcomment.el (comment-end):
16 * newcomment.el (comment-indent-function):
17 * newcomment.el (comment-style):
18 * newcomment.el (comment-padding):
19 * newcomment.el (comment-multi-line):
20 * newcomment.el (comment-normalize-vars):
21 * newcomment.el (comment-indent):
22 * newcomment.el (comment-set-column):
23 * newcomment.el (comment-kill):
24 * newcomment.el (uncomment-region):
25 * newcomment.el (comment-region):
26 * newcomment.el (comment-or-uncomment-region):
27 * newcomment.el (comment-dwim):
28 * newcomment.el (comment-indent-new-line):
29 * x-win-sun.el (x-win-init-sun):
30 * x-win-xfree86.el (x-win-init-xfree86):
31 * mule/mule-composite.el:
32 * mule/mule-composite.el (reference-point-alist):
33 * mule/mule-composite.el (compose-region):
34 * mule/mule-composite.el (decompose-region):
35 * mule/mule-composite.el (compose-string):
36 * mule/mule-composite.el (decompose-string):
37 * mule/mule-composite.el (compose-chars):
38 * mule/mule-composite.el (find-composition):
39 * mule/mule-composite.el (compose-chars-after):
40 * mule/mule-composite.el (compose-last-chars):
41 * mule/mule-composite.el (decompose-composite-char):
42 Remove all autoload cookies from dumped files, they're needless
43 and confusing.
44
1 2011-04-30 Didier Verna <didier@xemacs.org> 45 2011-04-30 Didier Verna <didier@xemacs.org>
2 46
3 * subr.el (looking-back): New function. 47 * subr.el (looking-back): New function.
4 48
5 2011-04-30 Didier Verna <didier@xemacs.org> 49 2011-04-30 Didier Verna <didier@xemacs.org>