Mercurial > emacs
changeset 87111:f4207bd948a2
Remove directory part from filenames in function declarations.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 06 Dec 2007 04:05:14 +0000 |
parents | aad891ae9148 |
children | fd5b69abce98 |
files | lisp/informat.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/informat.el Thu Dec 06 04:04:58 2007 +0000 +++ b/lisp/informat.el Thu Dec 06 04:05:14 2007 +0000 @@ -32,7 +32,7 @@ (require 'info) -(declare-function texinfo-format-refill "textmodes/texinfmt" ()) +(declare-function texinfo-format-refill "texinfmt" ()) ;;;###autoload (defun Info-tagify (&optional input-buffer-name)