all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Trivial ebrowse.c fix
@ 2005-07-09 11:54 Jhair Tocancipa Triana
  2005-07-16 11:11 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Jhair Tocancipa Triana @ 2005-07-09 11:54 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 131 bytes --]

Hi,

Could someone please commit the attached change? Thanks!

-- 
--Jhair

PGP key available from public servers - ID: 0xBAA600D0

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: ebrowse_filename.patch --]
[-- Type: text/x-patch, Size: 745 bytes --]

2005-07-09  Jhair Tocancipa Triana  <jhair_tocancipa@gmx.net>

	* ebrowse.c (main): Don't hardcode executable name.

--- ebrowse.c	08 Jul 2005 22:54:32 +0200	1.38
+++ ebrowse.c	09 Jul 2005 13:36:33 +0200	
@@ -1,7 +1,7 @@
 /* ebrowse.c --- parsing files for the ebrowse C++ browser
 
    Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 99,
-                 2000, 2001, 2002   Free Software Foundation Inc.
+                 2000, 2001, 2002, 2005   Free Software Foundation Inc.
 
    This file is part of GNU Emacs.
 
@@ -3800,7 +3800,7 @@
   static int input_filenames_size = 0;
   static int n_input_files;
 
-  filename = "command line";
+  filename = argv [0];
   yyout = stdout;
 
   while ((i = getopt_long (argc, argv, "af:I:m:M:no:p:svVx",

[-- Attachment #3: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-07-16 11:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-09 11:54 Trivial ebrowse.c fix Jhair Tocancipa Triana
2005-07-16 11:11 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.