# HG changeset patch # User Richard M. Stallman # Date 903423779 0 # Node ID 2f2375c244265078f3d5719372e0adb28216b54e # Parent 09d1521f99842f918a95ebe9a5107569ac18c9d7 Whitespace change. diff -r 09d1521f9984 -r 2f2375c24426 lisp/emacs-lisp/bytecomp.el --- a/lisp/emacs-lisp/bytecomp.el Tue Aug 18 07:00:00 1998 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Tue Aug 18 07:02:59 1998 +0000 @@ -9,7 +9,7 @@ ;;; This version incorporates changes up to version 2.10 of the ;;; Zawinski-Furuseth compiler. -(defconst byte-compile-version "$Revision: 2.48 $") +(defconst byte-compile-version "$Revision: 2.49 $") ;; This file is part of GNU Emacs. @@ -220,10 +220,10 @@ (setq filename (byte-compiler-base-file-name filename)) (setq filename (file-name-sans-versions filename)) (cond ((eq system-type 'vax-vms) - (concat (substring filename 0 (string-match ";" filename)) "c")) - ((string-match emacs-lisp-file-regexp filename) - (concat (substring filename 0 (match-beginning 0)) ".elc")) - (t (concat filename ".elc"))))) + (concat (substring filename 0 (string-match ";" filename)) "c")) + ((string-match emacs-lisp-file-regexp filename) + (concat (substring filename 0 (match-beginning 0)) ".elc")) + (t (concat filename ".elc"))))) ;; This can be the 'byte-compile property of any symbol. (autoload 'byte-compile-inline-expand "byte-opt")