* lisp/find-file.el (cc-other-file-alist): Bump :version.
This commit is contained in:
parent
c67c08396a
commit
e65500d969
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue