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

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

bug#13858: [PATCH] Comment fix for loadup.el


From: Xue Fuqiao
Subject: bug#13858: [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  <xfq.free@gmail.com>
+ 
+       * loadup.el: Change the comment to fit in the comment conventions.
+ 
  2013-02-23  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
  
        * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.

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





reply via email to

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