emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104408: Remove antediluvian filename


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104408: Remove antediluvian filename limit recommendation from tips.texi (Bug#8538).
Date: Sat, 28 May 2011 15:05:36 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104408
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sat 2011-05-28 15:05:36 -0400
message:
  Remove antediluvian filename limit recommendation from tips.texi (Bug#8538).
  
  * doc/lispref/tips.texi (Coding Conventions): Remove antediluvian filename 
limit recommendation.
modified:
  doc/lispref/ChangeLog
  doc/lispref/tips.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2011-05-27 01:00:53 +0000
+++ b/doc/lispref/ChangeLog     2011-05-28 19:05:36 +0000
@@ -1,3 +1,8 @@
+2011-05-28  Chong Yidong  <address@hidden>
+
+       * tips.texi (Coding Conventions): Remove antediluvian filename
+       limit recommendation (Bug#8538).
+
 2011-05-27  Glenn Morris  <address@hidden>
 
        * modes.texi (Auto Major Mode): Update for set-auto-mode changes.

=== modified file 'doc/lispref/tips.texi'
--- a/doc/lispref/tips.texi     2011-01-25 04:08:28 +0000
+++ b/doc/lispref/tips.texi     2011-05-28 19:05:36 +0000
@@ -204,12 +204,6 @@
 itself, since that would confuse these tools.
 
 @item
-Please keep the names of your Emacs Lisp source files to 13 characters
-or less.  This way, if the files are compiled, the compiled files' names
-will be 14 characters or less, which is short enough to fit on all kinds
-of Unix systems.
-
address@hidden
 In some other systems there is a convention of choosing variable names
 that begin and end with @samp{*}.  We don't use that convention in Emacs
 Lisp, so please don't use it in your programs.  (Emacs uses such names


reply via email to

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