# HG changeset patch # User Glenn Morris # Date 1196913914 0 # Node ID f4207bd948a267567e17e1a024f85ab4d00a3df1 # Parent aad891ae9148f4f5701947d7cbbd5fc02d1408ae Remove directory part from filenames in function declarations. diff -r aad891ae9148 -r f4207bd948a2 lisp/informat.el --- 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)