* lisp/find-file.el (cc-other-file-alist): Bump :version.
authorGlenn Morris <rgm@gnu.org>
Mon, 6 May 2013 15:46:31 +0000 (08:46 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 6 May 2013 15:46:31 +0000 (08:46 -0700)
lisp/find-file.el

index 367036d..9f7d877 100644 (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)