comparison lisp/progmodes/js.el @ 104276:2c69ae7c48d0

Add arch tagline
author Miles Bader <miles@gnu.org>
date Sat, 15 Aug 2009 01:13:18 +0000
parents 3bf815184a6c
children 0642b524d60c
comparison
equal deleted inserted replaced
104275:3bf815184a6c 104276:2c69ae7c48d0
3327 '(when (fboundp 'folding-add-to-marks-list) 3327 '(when (fboundp 'folding-add-to-marks-list)
3328 (folding-add-to-marks-list 'js-mode "// {{{" "// }}}" ))) 3328 (folding-add-to-marks-list 'js-mode "// {{{" "// }}}" )))
3329 3329
3330 (provide 'js) 3330 (provide 'js)
3331 3331
3332 ;; arch-tag: 1a0d0409-e87f-4fc7-a58c-3731c66ddaac
3332 ;; js.el ends here 3333 ;; js.el ends here