Reduce some of the many, many variant spellings of NeXTstep.
http://lists.gnu.org/archive/html/emacs-devel/2010-10/msg00986.html
This commit is contained in:
@@ -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))))
|
||||
|
||||
Reference in New Issue
Block a user