1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-23 22:20:24 -08:00

(find-function-regexp): Add defun-emitting macro `menu-bar-make-toggle'.

This commit is contained in:
Juri Linkov 2005-03-16 07:41:57 +00:00
parent 7f55d3b755
commit fe3947c39d
2 changed files with 18 additions and 1 deletions

View file

@ -1,3 +1,19 @@
2005-03-16 Juri Linkov <juri@jurta.org>
* emacs-lisp/find-func.el (find-function-regexp):
Add defun-emitting macro `menu-bar-make-toggle'.
* isearch.el: Put `isearch-scroll' property to
`split-window-horizontally'.
* info.el: Update error messages for `debug-ignored-errors'.
(Info-isearch-search): Doc fix.
(Info-find-node): Move up code to go into info buffer before
recording the node to the history.
(Info-fontify-node): Fontify titles only if the next line
has two or more `*', `=', `-', `.'.
Display "go to this node" for empty (match-string 3).
2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* term/mac-win.el: Add mouse pointer shape constants. * term/mac-win.el: Add mouse pointer shape constants.

View file

@ -63,7 +63,8 @@
(concat (concat
"^\\s-*(\\(def\\(ine-skeleton\\|ine-generic-mode\\|ine-derived-mode\\|\ "^\\s-*(\\(def\\(ine-skeleton\\|ine-generic-mode\\|ine-derived-mode\\|\
ine-minor-mode\\|un-cvs-mode\\|foo\\|[^cfgv]\\w+\\*?\\)\ ine-minor-mode\\|un-cvs-mode\\|foo\\|[^cfgv]\\w+\\*?\\)\
\\|easy-mmode-define-global-mode\\)" find-function-space-re \\|easy-mmode-define-global-mode\\|menu-bar-make-toggle\\)"
find-function-space-re
"\\('\\|\(quote \\)?%s\\(\\s-\\|$\\|\(\\|\)\\)") "\\('\\|\(quote \\)?%s\\(\\s-\\|$\\|\(\\|\)\\)")
"The regexp used by `find-function' to search for a function definition. "The regexp used by `find-function' to search for a function definition.
Note it must contain a `%s' at the place where `format' Note it must contain a `%s' at the place where `format'