Mercurial > hg > xemacs-beta
diff lisp/tl/emu.el @ 78:c7528f8e288d r20-0b34
Import from CVS: tag r20-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:05:42 +0200 |
parents | 54cc21c15cbb |
children | 364816949b59 |
line wrap: on
line diff
--- a/lisp/tl/emu.el Mon Aug 13 09:05:11 2007 +0200 +++ b/lisp/tl/emu.el Mon Aug 13 09:05:42 2007 +0200 @@ -3,7 +3,7 @@ ;; Copyright (C) 1995,1996 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp> -;; Version: $Id: emu.el,v 1.1.1.2 1996/12/21 20:50:49 steve Exp $ +;; Version: $Id: emu.el,v 1.2 1997/01/03 03:10:29 steve Exp $ ;; Keywords: emulation, compatibility, NEmacs, MULE, Emacs/mule, XEmacs ;; This file is part of emu. @@ -141,8 +141,9 @@ ;;; @ EMACS 19.29 emulation ;;; -(defvar path-separator ":" - "Character used to separate concatenated paths.") +; XEmacs: this causes a strange message at DOC file generation time. +;(defvar path-separator ":" +; "Character used to separate concatenated paths.") (defun-maybe buffer-substring-no-properties (beg end) "Return the text from BEG to END, without text properties, as a string.