Merge from emacs-23
This commit is contained in:
commit
4a47c27573
38 changed files with 449 additions and 171 deletions
|
@ -575,8 +575,8 @@ removes any prior now out-of-date autoload entries."
|
|||
(autoload-ensure-default-file (autoload-generated-file)))
|
||||
;; This is to make generated-autoload-file have Unix EOLs, so
|
||||
;; that it is portable to all platforms.
|
||||
(unless (zerop (coding-system-eol-type buffer-file-coding-system))
|
||||
(set-buffer-file-coding-system 'unix))
|
||||
(or (eq 0 (coding-system-eol-type buffer-file-coding-system))
|
||||
(set-buffer-file-coding-system 'unix))
|
||||
(or (> (buffer-size) 0)
|
||||
(error "Autoloads file %s lacks boilerplate" buffer-file-name))
|
||||
(or (file-writable-p buffer-file-name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue