Mercurial > hg > xemacs-beta
diff lisp/prim/files-nomule.el @ 72:b9518feda344 r20-0b31
Import from CVS: tag r20-0b31
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:03:46 +0200 |
parents | 131b0175ea99 |
children | c7528f8e288d |
line wrap: on
line diff
--- a/lisp/prim/files-nomule.el Mon Aug 13 09:03:07 2007 +0200 +++ b/lisp/prim/files-nomule.el Mon Aug 13 09:03:46 2007 +0200 @@ -20,7 +20,13 @@ ;; Free Software Foundation, 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. -;;; Synched up with: Not in FSF. +;;; Synched up with: FSF 19.34 (files.el). + +;;; Commentary: + +;; These stubs were moved from the bottom of files.el. + +;;; Code: (defun insert-file-contents (filename &optional visit beg end replace) "Insert contents of file FILENAME after point. @@ -75,3 +81,4 @@ Return t if file exists." (load-internal file noerror nomessage nosuffix nil nil)) +;;; files-nomule.el ends here \ No newline at end of file