From e65500d969b8536773999b2ad4c377889ebb92a2 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 6 May 2013 08:46:31 -0700 Subject: [PATCH] * lisp/find-file.el (cc-other-file-alist): Bump :version. --- lisp/find-file.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/find-file.el b/lisp/find-file.el index 367036d3753..9f7d877ec3b 100644 --- a/lisp/find-file.el +++ b/lisp/find-file.el @@ -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) -- 2.39.2