emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/autoload.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/autoload.el
Date: Tue, 11 Oct 2005 06:46:02 -0400

Index: emacs/lisp/emacs-lisp/autoload.el
diff -c emacs/lisp/emacs-lisp/autoload.el:1.107 
emacs/lisp/emacs-lisp/autoload.el:1.108
*** emacs/lisp/emacs-lisp/autoload.el:1.107     Sat Aug  6 17:08:58 2005
--- emacs/lisp/emacs-lisp/autoload.el   Tue Oct 11 10:45:59 2005
***************
*** 175,181 ****
        (goto-char (point-min))
        (read (current-buffer))))))
  
! (defvar autoload-print-form-outbuf)
  
  (defun autoload-print-form (form)
    "Print FORM such that `make-docfile' will find the docstrings.
--- 175,182 ----
        (goto-char (point-min))
        (read (current-buffer))))))
  
! (defvar autoload-print-form-outbuf nil
!   "Buffer which gets the output of `autoload-print-form'.")
  
  (defun autoload-print-form (form)
    "Print FORM such that `make-docfile' will find the docstrings.
***************
*** 492,498 ****
  (defun update-directory-autoloads (&rest dirs)
    "\
  Update loaddefs.el with all the current autoloads from DIRS, and no old ones.
! This uses `update-file-autoloads' (which see) do its work.
  In an interactive call, you must give one argument, the name
  of a single directory.  In a call from Lisp, you can supply multiple
  directories as separate arguments, but this usage is discouraged.
--- 493,499 ----
  (defun update-directory-autoloads (&rest dirs)
    "\
  Update loaddefs.el with all the current autoloads from DIRS, and no old ones.
! This uses `update-file-autoloads' (which see) to do its work.
  In an interactive call, you must give one argument, the name
  of a single directory.  In a call from Lisp, you can supply multiple
  directories as separate arguments, but this usage is discouraged.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]