* lisp/find-file.el (cc-other-file-alist): Bump :version.

This commit is contained in:
Glenn Morris 2013-05-06 08:46:31 -07:00
parent c67c08396a
commit e65500d969

View file

@ -268,6 +268,7 @@ This list should contain the most used extensions before the others,
since the search algorithm searches sequentially through each directory
specified in `ff-search-directories'. If a file is not found, a new one
is created with the first matching extension (`.cc' yields `.hh')."
:version "24.4" ; add .m
:type '(repeat (list regexp (choice (repeat string) function)))
:group 'ff)