emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#13858: closed ([PATCH] Comment fix for loadup.el)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#13858: closed ([PATCH] Comment fix for loadup.el)
Date: Sun, 03 Mar 2013 02:12:02 +0000

Your message dated Sat, 02 Mar 2013 21:11:45 -0500
with message-id <address@hidden>
and subject line Re: bug#13858: [PATCH] Comment fix for loadup.el
has caused the debbugs.gnu.org bug report #13858,
regarding [PATCH] Comment fix for loadup.el
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
13858: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13858
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] Comment fix for loadup.el Date: Sat, 2 Mar 2013 16:51:02 +0800
In (info "(elisp) Comment Tips"):

  `;'
     Comments that start with a single semicolon, `;', should all be
     aligned to the same column on the right of the source code.  Such
     comments usually explain how the code on that line does its job.

But in loadup.el, some comments do not follow this convention.  The following
patch fixes this problem:

*** loadup.el   2013-02-03 09:46:50.383143000 +0800
--- loadup.el.new       2013-03-02 16:45:27.079265181 +0800
***************
*** 276,287 ****
  (load "vc/ediff-hook")
  (if (fboundp 'x-show-tip) (load "tooltip"))
  
! ;If you want additional libraries to be preloaded and their
! ;doc strings kept in the DOC file rather than in core,
! ;you may load them with a "site-load.el" file.
! ;But you must also cause them to be scanned when the DOC file
! ;is generated.
! ;For other systems, you must edit ../src/Makefile.in.
  (load "site-load" t)
  
  ;; Determine which last version number to use
--- 276,287 ----
  (load "vc/ediff-hook")
  (if (fboundp 'x-show-tip) (load "tooltip"))
  
! ;; If you want additional libraries to be preloaded and their
! ;; doc strings kept in the DOC file rather than in core,
! ;; you may load them with a "site-load.el" file.
! ;; But you must also cause them to be scanned when the DOC file
! ;; is generated.
! ;; For systems other than GNU, you must edit ../src/Makefile.in.
  (load "site-load" t)
  
  ;; Determine which last version number to use


*** ChangeLog   2013-02-24 06:49:38.358835000 +0800
--- ChangeLog.new       2013-03-02 16:45:16.375212099 +0800
***************
*** 1,3 ****
--- 1,7 ----
+ 2013-03-02  Xue Fuqiao  <address@hidden>
+ 
+       * loadup.el: Change the comment to fit in the comment conventions.
+ 
  2013-02-23  Peter Kleiweg  <address@hidden>
  
        * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.

-- 
Best regards, Xue Fuqiao.
http://www.emacswiki.org/emacs/XueFuqiao



--- End Message ---
--- Begin Message --- Subject: Re: bug#13858: [PATCH] Comment fix for loadup.el Date: Sat, 02 Mar 2013 21:11:45 -0500 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Thanks, but please don't report cosmetic trivia like this as bugs.
If we start down this road it will never end.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]