Show
Ignore:
Timestamp:
04/16/06 21:46:31 (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

    r4020 r4058  
    4646                 string) 
    4747  :group 'change-log) 
     48(put 'change-log-default-name 'safe-local-variable 
     49     (lambda (a) (or (stringp a) (null a)))) 
    4850 
    4951(defcustom change-log-mode-hook nil