summaryrefslogtreecommitdiff
path: root/lisp/find-file.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-05-06 08:46:31 -0700
committerGlenn Morris <rgm@gnu.org>2013-05-06 08:46:31 -0700
commite65500d969b8536773999b2ad4c377889ebb92a2 (patch)
treeba42e8d2b364efacdf5285d2decf1dac3bb34706 /lisp/find-file.el
parentc67c08396aa234f7d651f80cc531cd8ee57c6701 (diff)
downloademacs-e65500d969b8536773999b2ad4c377889ebb92a2.tar.gz
* lisp/find-file.el (cc-other-file-alist): Bump :version.
Diffstat (limited to 'lisp/find-file.el')
-rw-r--r--lisp/find-file.el1
1 files changed, 1 insertions, 0 deletions
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)