Show
Ignore:
Timestamp:
05/13/06 11:31:18 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/add-log.el

    r4073 r4079  
    4646                 string) 
    4747  :group 'change-log) 
    48 (put 'change-log-default-name 'safe-local-variable 
    49      (lambda (a) (or (stringp a) (null a)))) 
     48(put 'change-log-default-name 'safe-local-variable 'string-or-null-p) 
    5049 
    5150(defcustom change-log-mode-hook nil