From b612ffc94de61b0fb50818de16fdb26d61294981 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 3 Mar 2011 00:03:01 -0800 Subject: Reduce some of the many, many variant spellings of NeXTstep. http://lists.gnu.org/archive/html/emacs-devel/2010-10/msg00986.html --- lisp/find-file.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/find-file.el b/lisp/find-file.el index 7ace6ce01dc..715f01b8e17 100644 --- a/lisp/find-file.el +++ b/lisp/find-file.el @@ -183,7 +183,7 @@ To override this, give an argument to `ff-find-other-file'." ;;;###autoload (defvar ff-special-constructs `( - ;; C/C++ include, for NeXTSTEP too + ;; C/C++ include, for NeXTstep too (,(purecopy "^\#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") . (lambda () (buffer-substring (match-beginning 2) (match-end 2)))) -- cgit v1.2.1