Show
Ignore:
Timestamp:
04/04/08 22:04:40 (8 months ago)
Author:
miyoshi
Message:

Sync up with Emacs22.2.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/callint.c

    r4190 r4220  
    11/* Call a Lisp function interactively. 
    22   Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 2000, 2001, 2002, 
    3                  2003, 2004, 2005, 2006, 2007  Free Software Foundation, Inc. 
     3                 2003, 2004, 2005, 2006, 2007, 2008 
     4                 Free Software Foundation, Inc. 
    45 
    56This file is part of GNU Emacs. 
     
    78GNU Emacs is free software; you can redistribute it and/or modify 
    89it under the terms of the GNU General Public License as published by 
    9 the Free Software Foundation; either version 2, or (at your option) 
     10the Free Software Foundation; either version 3, or (at your option) 
    1011any later version. 
    1112 
     
    961962  DEFVAR_LISP ("command-history", &Vcommand_history, 
    962963               doc: /* List of recent commands that read arguments from terminal. 
    963 Each command is represented as a form to evaluate.  */); 
     964Each command is represented as a form to evaluate. 
     965 
     966Maximum length of the history list is determined by the value 
     967of `history-length', which see.  */); 
    964968  Vcommand_history = Qnil; 
    965969