comparison lisp/menubar.el @ 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 308d34e9f07d
children 5d3bb1100832
comparison
equal deleted inserted replaced
5489:159face738c3 5490:8861440b1aa4
564 and you can call those functions individually if necessary. 564 and you can call those functions individually if necessary.
565 You can also call `submenu-generate-accelerator-spec' yourself to add 565 You can also call `submenu-generate-accelerator-spec' yourself to add
566 accelerator specs -- this works even if the specs have already been added." 566 accelerator specs -- this works even if the specs have already been added."
567 (menu-split-long-menu (menu-sort-menu menu))) 567 (menu-split-long-menu (menu-sort-menu menu)))
568 568
569 ;;;###autoload
570 (defun menu-split-long-menu (menu) 569 (defun menu-split-long-menu (menu)
571 "Split MENU according to `menu-max-items' and add accelerator specs. 570 "Split MENU according to `menu-max-items' and add accelerator specs.
572 If MENU already has accelerator specs, they will be removed and new ones 571 If MENU already has accelerator specs, they will be removed and new ones
573 generated. You should normally use `menu-split-long-menu-and-sort' instead. 572 generated. You should normally use `menu-split-long-menu-and-sort' instead.
574 The menu should already be sorted to get meaningful results when it is 573 The menu should already be sorted to get meaningful results when it is