]> git.eshelyaron.com Git - emacs.git/commitdiff
(ediff-patch-buffer): Fix autoload cookie.
authorRichard M. Stallman <rms@gnu.org>
Sat, 28 May 1994 01:59:24 +0000 (01:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 28 May 1994 01:59:24 +0000 (01:59 +0000)
lisp/ediff.el

index c64b359bf3fc3559532d076f07ab03ed519986b7..04934bb4e78d4d87b91f687a741fb3458737bd20 100644 (file)
@@ -1831,7 +1831,7 @@ Else, read patch file into a new buffer."
                       startup-hooks)
                 )))
                  
-;;;;###autoload
+;;;###autoload
 (defun ediff-patch-buffer (buffer-name &optional startup-hooks)                  
   "Run Ediff by patching BUFFER-NAME."
   (interactive "bBuffer to patch: ")