From: Glenn Morris Date: Mon, 6 May 2013 15:46:31 +0000 (-0700) Subject: * lisp/find-file.el (cc-other-file-alist): Bump :version. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~283 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e65500d969b8536773999b2ad4c377889ebb92a2;p=emacs.git * lisp/find-file.el (cc-other-file-alist): Bump :version. --- 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)