comparison lisp/packages/func-menu.el @ 116:9f59509498e1 r20-1b10

Import from CVS: tag r20-1b10
author cvs
date Mon, 13 Aug 2007 09:23:06 +0200
parents fe104dbd9147
children 34a5b81f86ba
comparison
equal deleted inserted replaced
115:f109f7dabbe2 116:9f59509498e1
777 ;;; C. Michael Holloway <c.m.holloway@larc.nasa.gov> 777 ;;; C. Michael Holloway <c.m.holloway@larc.nasa.gov>
778 (defvar fume-function-name-regexp-bibtex 778 (defvar fume-function-name-regexp-bibtex
779 ;; "^@[A-Za-z]*[({]\\([A-Za-z0-9:;&-]*\\)," 779 ;; "^@[A-Za-z]*[({]\\([A-Za-z0-9:;&-]*\\),"
780 ;; Christoph Wedler <wedler@fmi.uni-passau.de> 780 ;; Christoph Wedler <wedler@fmi.uni-passau.de>
781 ;; According to the LaTeX Companion, this should be 781 ;; According to the LaTeX Companion, this should be
782 "^@[A-Za-z]*[({]\\([A-Za-z][^ \t\n\"#%'()={}]*\\)," 782 "^@[A-Za-z]*[({]\\([A-Za-z][^ \t\n\"#%'(),={}]*\\),"
783 "Expression to get bibtex citation headers.") 783 "Expression to get bibtex citation headers.")
784 784
785 ;;; SGML 785 ;;; SGML
786 ;;; 786 ;;;
787 ;;; Thomas Plass <thomas.plass@mid-heidelberg.de> 787 ;;; Thomas Plass <thomas.plass@mid-heidelberg.de>