emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112479: * lisp/find-file.el (cc-othe


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112479: * lisp/find-file.el (cc-other-file-alist): Bump :version.
Date: Mon, 06 May 2013 08:46:31 -0700
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112479
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2013-05-06 08:46:31 -0700
message:
  * lisp/find-file.el (cc-other-file-alist): Bump :version.
modified:
  lisp/find-file.el
=== modified file 'lisp/find-file.el'
--- a/lisp/find-file.el 2013-05-06 07:40:58 +0000
+++ b/lisp/find-file.el 2013-05-06 15:46:31 +0000
@@ -268,6 +268,7 @@
 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)
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]