[Aquamacs-devel] Aquamacs 1.9/Objective-C
David Reitter
david.reitter at gmail.com
Sat Oct 10 21:33:58 UTC 2009
On Oct 10, 2009, at 10:04 AM, Kevin Walzer wrote:
> <tkmacicon.m>
OK, the code below fixes this one.
Also.. does matlab use /* these comments */ ?
Otherwise they'd be a distinguishing feature as well.
- D
(defun objc-mode-buffer-check ()
(if (string-match "\\.m$" buffer-file-name)
(save-restriction
(narrow-to-region (point-min)
(min (point-max)
(+ (point-min) magic-mode-regexp-match-limit)))
(looking-at "\\(.\\|\n\\)*#\\(include\\|define\\|import\\)"))))
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2193 bytes
Desc: not available
URL: <http://lists.aquamacs.org/pipermail/aquamacs-devel/attachments/20091010/bff77427/attachment-0004.p7s>
More information about the Aquamacs-devel
mailing list