Bug#116126: emacsen-common; debian-run-directories calls load-file
Package: emacsen-common
Version: 1.4.13
Severity: normal
Hi Rob, consider this bug report a simple reminder to fix this.
I have changed "(load-file file)" to "(load file)" in my local copy.
: To: Peter S Galbraith <GalbraithP@dfo-mpo.gc.ca>
: Cc: debian-emacsen@lists.debian.org
: Subject: Re: debian-startup.el question
: From: Rob Browning <rlb@defaultvalue.org>
: Date: Thu, 18 Oct 2001 11:00:26 -0500
:
: Peter S Galbraith <GalbraithP@dfo-mpo.gc.ca> writes:
:
: > I'm wondering what the rationale is for the following snippet of
: > code in debian-run-directories :
: >
: > (if debug-on-error
: > (load-file file)
: > (condition-case ()
: > (load file nil)
: > (error (message "Error while loading %s" file)))))
: >
: > What is the intent behind running `load-file' if debug-on-error
: > is true? `load-file' differs from `load' in that it does not
: > search the load-path; the full file path must be specified, which
: > is not the case here.
:
: Not sure, I didn't write that :> But I'll check it out shortly.
:
: > If others agree, I'll file a bug report against emacsen-common.
:
: OK.
-- System Information
Debian Release: testing/unstable
Kernel Version: Linux mixing 2.4.10 #1 Wed Sep 26 09:29:27 EDT 2001 i686 unknown
Versions of the packages emacsen-common depends on:
ii bsdmainutils 5.20010615-2 More utilities from FreeBSD.
Reply to: