Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1517365 Details for
Bug 1662543
xemacs warns about superfluous arguments on batch start-up
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to fix XEmacs debug-paths output warnings.
fix-debug-paths-output.patch (text/plain), 1.63 KB, created by
Tim Landscheidt
on 2018-12-29 17:14:24 UTC
(
hide
)
Description:
Patch to fix XEmacs debug-paths output warnings.
Filename:
MIME Type:
Creator:
Tim Landscheidt
Created:
2018-12-29 17:14:24 UTC
Size:
1.63 KB
patch
obsolete
>--- /builddir/build/BUILD/xemacs-beta/lisp/startup.el~ 2018-01-05 02:18:22.000000000 +0000 >+++ /builddir/build/BUILD/xemacs-beta/lisp/startup.el 2018-12-29 16:19:28.118447185 +0000 >@@ -1576,10 +1576,10 @@ > (princ (format "configure-early-package-directories, early-package-hierarchies and early-package-load-path:\n%S\n%S\n%S\n" > configure-early-package-directories early-package-hierarchies early-package-load-path) > 'external-debugging-output) >- (princ (format "configure-late-package-directories, late-package-hierarchies and late-package-load-path:\n%S\n%S\n" >+ (princ (format "configure-late-package-directories, late-package-hierarchies and late-package-load-path:\n%S\n%S\n%S\n" > configure-late-package-directories late-package-hierarchies late-package-load-path) > 'external-debugging-output) >- (princ (format "configure-last-package-directories, last-package-hierarchies and last-package-load-path:\n%S\n%S\n" >+ (princ (format "configure-last-package-directories, last-package-hierarchies and last-package-load-path:\n%S\n%S\n%S\n" > configure-last-package-directories last-package-hierarchies last-package-load-path) > 'external-debugging-output)) > >@@ -1588,7 +1588,7 @@ > 'external-debugging-output)) > (setq module-directory (paths-find-module-directory emacs-roots)) > (if debug-paths >- (princ (format "configure-module-directory and module-directory:\n%S\n" >+ (princ (format "configure-module-directory and module-directory:\n%S\n%S\n" > configure-module-directory module-directory) > 'external-debugging-output)) > (setq site-module-directory (and (null inhibit-site-modules)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1662543
: 1517365