diff options
| author | Stefan Monnier | 2006-04-10 18:45:34 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2006-04-10 18:45:34 +0000 |
| commit | 2b690e5b35f847ce62f5abbb323d0f0820338b2c (patch) | |
| tree | 30730b14ecb07fa1fd87615d2ee16d53aee56d84 | |
| parent | c9fdebdf3a790aae312ca5b63b3d4916713d289e (diff) | |
| download | emacs-2b690e5b35f847ce62f5abbb323d0f0820338b2c.tar.gz emacs-2b690e5b35f847ce62f5abbb323d0f0820338b2c.zip | |
(find-function-search-for-symbol): Fix regexp so the defined var/fun doesn't
need to be quoted.
| -rw-r--r-- | lisp/ChangeLog | 35 | ||||
| -rw-r--r-- | lisp/emacs-lisp/find-func.el | 2 |
2 files changed, 19 insertions, 18 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a0c3e905b50..5f3b91fefb9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp | ||
| 4 | so the defined var/fun doesn't need to be quoted. | ||
| 5 | |||
| 1 | 2006-04-10 Richard Stallman <rms@gnu.org> | 6 | 2006-04-10 Richard Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * finder.el (finder-mode-map): Add n and p bindings. | 8 | * finder.el (finder-mode-map): Add n and p bindings. |
| @@ -108,12 +113,11 @@ | |||
| 108 | (rcirc-multiline-minor-mode-map): New mode map. | 113 | (rcirc-multiline-minor-mode-map): New mode map. |
| 109 | (rcirc-edit-multiline): Put multiline-edit buffer in | 114 | (rcirc-edit-multiline): Put multiline-edit buffer in |
| 110 | rcirc-multiline-major-mode along with rcirc-multiline-minor-mode. | 115 | rcirc-multiline-major-mode along with rcirc-multiline-minor-mode. |
| 111 | (rcirc-print): Any line starting with an ignored nick will be | 116 | (rcirc-print): Ignore any line starting with an ignored nick. |
| 112 | ignored. | ||
| 113 | (rcirc-print): Decode using rcirc-decode-coding-system. | 117 | (rcirc-print): Decode using rcirc-decode-coding-system. |
| 114 | (rcirc-track-minor-mode): Update global-mode-string when disabling | 118 | (rcirc-track-minor-mode): Update global-mode-string when disabling |
| 115 | this mode. | 119 | this mode. |
| 116 | (minor-mode-alist): add LowPri indicator. | 120 | (minor-mode-alist): Add LowPri indicator. |
| 117 | (rcirc-toggle-low-priority): New function. | 121 | (rcirc-toggle-low-priority): New function. |
| 118 | (rcirc-last-non-irc-buffer): Prefix arg now no means switch to | 122 | (rcirc-last-non-irc-buffer): Prefix arg now no means switch to |
| 119 | next lowpriority buffer with activity. | 123 | next lowpriority buffer with activity. |
| @@ -146,8 +150,7 @@ | |||
| 146 | 150 | ||
| 147 | 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de> | 151 | 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de> |
| 148 | 152 | ||
| 149 | * pgg-gpg.el: Revert to revision 1.8 to allow the use of | 153 | * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent. |
| 150 | gpg-agent. | ||
| 151 | 154 | ||
| 152 | 2006-04-07 Nick Roberts <nickrob@snap.net.nz> | 155 | 2006-04-07 Nick Roberts <nickrob@snap.net.nz> |
| 153 | 156 | ||
| @@ -160,21 +163,20 @@ | |||
| 160 | 163 | ||
| 161 | * textmodes/paragraphs.el (sentence-end): Use string-or-null-p. | 164 | * textmodes/paragraphs.el (sentence-end): Use string-or-null-p. |
| 162 | 165 | ||
| 163 | * textmodes/ispell.el (ispell-local-dictionary): Use | 166 | * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p. |
| 164 | string-or-null-p. | ||
| 165 | 167 | ||
| 166 | * files.el: Update comment about safe-local-variable declarations. | 168 | * files.el: Update comment about safe-local-variable declarations. |
| 167 | 169 | ||
| 168 | 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu> | 170 | 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu> |
| 169 | 171 | ||
| 170 | * progmodes/idlwave.el: Updated to IDLWAVE version 6.0. See | 172 | * progmodes/idlwave.el: Updated to IDLWAVE version 6.0. |
| 171 | idlwave.org. | 173 | See idlwave.org. |
| 172 | 174 | ||
| 173 | * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0. See | 175 | * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0. |
| 174 | idlwave.org. Includes code to obsolete idlw-rinfo.el. | 176 | See idlwave.org. Includes code to obsolete idlw-rinfo.el. |
| 175 | 177 | ||
| 176 | * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0. See | 178 | * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0. |
| 177 | idlwave.org. | 179 | See idlwave.org. |
| 178 | 180 | ||
| 179 | * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE | 181 | * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE |
| 180 | version 6.0 (minimal changes). See idlwave.org. | 182 | version 6.0 (minimal changes). See idlwave.org. |
| @@ -245,8 +247,8 @@ | |||
| 245 | 247 | ||
| 246 | 2006-04-05 Daiki Ueno <ueno@unixuser.org> | 248 | 2006-04-05 Daiki Ueno <ueno@unixuser.org> |
| 247 | 249 | ||
| 248 | * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait | 250 | * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): |
| 249 | for BEGIN_SIGNING too, new in GnuPG 1.4.3. | 251 | Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3. |
| 250 | 252 | ||
| 251 | 2006-04-05 Kenichi Handa <handa@m17n.org> | 253 | 2006-04-05 Kenichi Handa <handa@m17n.org> |
| 252 | 254 | ||
| @@ -259,8 +261,7 @@ | |||
| 259 | default-enable-multibyte-characters. This reverts the change from | 261 | default-enable-multibyte-characters. This reverts the change from |
| 260 | revision 6.17 which is no longer necessary because the passphrase | 262 | revision 6.17 which is no longer necessary because the passphrase |
| 261 | is sent separately now. GnuPG messages are unreadable under | 263 | is sent separately now. GnuPG messages are unreadable under |
| 262 | multibyte locales with default-enable-multibyte-characters set to | 264 | multibyte locales with default-enable-multibyte-characters set to nil. |
| 263 | nil. | ||
| 264 | 265 | ||
| 265 | 2006-04-04 Andreas Schwab <schwab@suse.de> | 266 | 2006-04-04 Andreas Schwab <schwab@suse.de> |
| 266 | 267 | ||
diff --git a/lisp/emacs-lisp/find-func.el b/lisp/emacs-lisp/find-func.el index 4f961df0791..0738444c9ec 100644 --- a/lisp/emacs-lisp/find-func.el +++ b/lisp/emacs-lisp/find-func.el | |||
| @@ -229,7 +229,7 @@ The search is done in the source for library LIBRARY." | |||
| 229 | (goto-char (point-min)) | 229 | (goto-char (point-min)) |
| 230 | (if (or (re-search-forward regexp nil t) | 230 | (if (or (re-search-forward regexp nil t) |
| 231 | (re-search-forward | 231 | (re-search-forward |
| 232 | (concat "^([^ ]+" find-function-space-re "['(]" | 232 | (concat "^([^ ]+" find-function-space-re "['(]?" |
| 233 | (regexp-quote (symbol-name symbol)) | 233 | (regexp-quote (symbol-name symbol)) |
| 234 | "\\_>") | 234 | "\\_>") |
| 235 | nil t)) | 235 | nil t)) |