]> git.eshelyaron.com Git - emacs.git/commitdiff
(find-function-regexp): Add defun-emitting macro `menu-bar-make-toggle'.
authorJuri Linkov <juri@jurta.org>
Wed, 16 Mar 2005 07:41:57 +0000 (07:41 +0000)
committerJuri Linkov <juri@jurta.org>
Wed, 16 Mar 2005 07:41:57 +0000 (07:41 +0000)
lisp/ChangeLog
lisp/emacs-lisp/find-func.el

index 0d12765a4796c38d5ca56f6a8064231036a8a4a5..e9cd1862d0b72ee8ff725bde4ce1c7c3b8f34229 100644 (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>
 
        * term/mac-win.el: Add mouse pointer shape constants.
index 18e5706dc3d1f204fe9e741ce11e9d9c931cc697..eab957e56718c7cca026315c41d29fca3399f274 100644 (file)
@@ -63,7 +63,8 @@
   (concat
    "^\\s-*(\\(def\\(ine-skeleton\\|ine-generic-mode\\|ine-derived-mode\\|\
 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-\\|$\\|\(\\|\)\\)")
   "The regexp used by `find-function' to search for a function definition.
 Note it must contain a `%s' at the place where `format'