Lines Matching +refs:idlwave +refs:all +refs:class +refs:tags

73 	(gen-cXXr--rawname, gen-cXXr-all-cl-aliases): New function/macro
319 * bookmark.el (bookmark-show-all-annotations): Sort them (bug#20177).
397 * emacs-lisp/cl-macs.el (cl--struct-all-parents)
530 EIEIO: Change class's representation to unify instance and class slots
531 * emacs-lisp/eieio-core.el (eieio--class): Change field names and order
532 to match those of cl--class; use cl--slot for both instance slots and
533 class slots.
535 (eieio--object-class): Rename from eieio--object-class-object.
536 (eieio--object-class-name): Remove.
538 Store doc in class rather than in `variable-documentation'.
544 (eieio--validate-slot-value, eieio--validate-class-slot-value)
546 (eieio--class-slot-name-index, eieio-set-defaults): Adjust to new
549 (eieio--class/struct-parents): New function.
550 (eieio--class-precedence-bfs): Use it.
553 (object-class-fast): Change recommend replacement.
554 (eieio-object-class): Rewrite.
560 extracted from eieio-help-class-slots.
561 (eieio-help-class-slots): Use it. Adjust to new slot representation.
581 * emacs-lisp/cl-preloaded.el (cl--class): Fix type of `parents'.
599 * emacs-lisp/cl-preloaded.el (cl--struct-get-class): New function.
603 (cl-structure-class, cl-structure-object, cl-slot-descriptor)
604 (cl--class): New structs.
606 * emacs-lisp/cl-macs.el (cl--find-class): New macro.
650 (css-pseudo-class-ids, css-pseudo-element-ids): New variables.
652 (css--complete-pseudo-element-or-class): New function
747 * net/tramp-smb.el: Set tramp-autoload cookie for all defcustoms.
998 (tramp-adb-handle-directory-files-and-attributes): Quote all
1025 (tramp-sh-handle-file-name-all-completions)
1032 (tramp-sh-handle-file-name-all-completions): Use arguments of `ls'
1371 * mail/rmailsum.el (rmail-summary-previous-all)
1397 * mail/rmailsum.el (rmail-summary-next-all)
1398 (rmail-summary-previous-all, rmail-summary-next-msg):
1495 (vhdl-sensitivity-list-all): New option.
1541 * emacs-lisp/eieio-opt.el (eieio-help-class): `eieio-class-parents'
1542 returns classes, not class names (bug#19891).
1624 (eieio-object-class-name): Improve call to eieio-class-name.
1625 (eieio-slot-descriptor-name, eieio-class-slots): New functions.
1630 Use eieio--class-print-name.
1632 * emacs-lisp/eieio-core.el (eieio--class-print-name): New function.
1633 (eieio-class-name): Make it do what the docstring claims.
1636 (eieio-barf-if-slot-unbound): Pass the class object rather than its
1657 * emacs-lisp/package.el (package-read-all-archive-contents):
1687 (package-read-all-archive-contents): Populate compatibility table.
2020 * emacs-lisp/eieio-core.el (eieio-make-class-predicate)
2025 (eieio--slot-name-index): Remove unused arg `obj' and adjust all
2035 (byte-compile-cl-warn): Don't silence use of cl-macroexpand-all.
2048 (open-line): Delete like all other commands, instead of killing.
2179 (package-user-selected-packages-install): Allow installing all
2190 * emacs-lisp/eieio.el (defclass): Use new eieio-make-class-predicate
2192 (eieio-class-parents): Use eieio--class-object.
2193 (slot-boundp, find-class, eieio-override-prin1): Avoid class-p.
2194 (slot-exists-p): Use find-class.
2196 * emacs-lisp/eieio-opt.el (eieio-help-class, eieio-help-constructor):
2198 convention for eieio-class-def.
2199 (eieio-build-class-list): Remove function, unused.
2201 (eieio-class-def): Inherit from help-function-def.
2204 (eieio--specializers-apply-to-class-p): Handle eieio--static as well.
2205 (eieio-help-find-method-definition, eieio-help-find-class-definition):
2210 (eieio-class-object): Remove, use find-class instead when needed.
2211 (class-p): Don't inline.
2216 (eieio--generic-tagcode): Avoid `class-p'.
2217 (eieio-make-class-predicate, eieio-make-child-predicate): New functions.
2219 `class-location'.
2254 (outline-show-all): Rename from `show-all'.
2255 (show-all): Declare as obsolete.
2338 (posn-col-row): Make it work with all mouse position objects.
2447 * emacs-lisp/eieio-opt.el (eieio-help-class): Adjust accordingly.
2448 (eieio-all-generic-functions, eieio-method-documentation):
2460 Preserve all qualifiers in `method-table'.
2595 * progmodes/etags.el (visit-tags-table):
2637 (eieio--specializers-apply-to-class-p): New function.
2638 (eieio-all-generic-functions): Use it.
2641 (eieio-help-class): Adapt accordingly.
2701 * emacs-lisp/eieio-core.el (eieio--slot-originating-class-p):
2705 (macroexp--expand-all): Use it.
2747 predicate functions that all must return non-nil for
2761 * progmodes/etags.el (xref-etags-location): New class.
2766 * progmodes/xref.el: Mention that xref-location is an EIEIO class.
2894 * emacs-lisp/eieio-core.el (eieio--class-constructor): Rename from
2895 class-constructor, and make it an alias for `identity'.
2896 Update all callers.
2919 eieio--scoped-class any more.
2921 * emacs-lisp/eieio-core.el (eieio--scoped-class-stack): Remove var.
2922 (eieio--scoped-class): Remove function.
2923 (eieio--with-scoped-class): Remove macro. Replace uses with `progn'.
2956 (eieio-defclass-internal): Reuse the old class object if it was just an
2958 (eieio--class-precedence-list): Load the class if it's autoloaded.
2985 Ensure all remaining instances of `package-desc-kind' handle the 'dir
3001 * cus-start.el (all): Make `ring-bell-function' customizable.
3165 * emacs-lisp/eieio.el (defclass): Move from eieio-defclass all the code
3167 Mark as obsolete the <class>-child-p function.
3169 (eieio--class, eieio--object): Use cl-defstruct.
3171 (eieio-defclass-autoload): Use eieio--class-make.
3172 (eieio-defclass-internal): Rename from eieio-defclass. Move all the
3174 Mark as obsolete the <class>-list-p function, the <class> variable and
3177 * emacs-lisp/eieio-opt.el (eieio-build-class-alist)
3178 (eieio-class-speedbar): Don't use eieio-default-superclass var.
3183 * emacs-lisp/eieio-core.el: Move all generic function code to
3187 * emacs-lisp/eieio.el: Require eieio-generic. Move all generic
3194 <class>-child type.
3199 Don't use <class> as a variable.
3201 * emacs-lisp/eieio.el (same-class-p): Accept class object as well.
3210 (eieio--class-object): Improve error behavior.
3211 (eieio-class-children-fast, same-class-fast-p): Remove. Inline at
3214 eieio-defgeneric-form-primary-only; update all callers.
3216 eieio-defgeneric-form-primary-only-one; update all callers.
3223 eieio-perform-slot-validation; update all callers.
3225 Change `class' to be a class object. Update all callers.
3226 (eieio--validate-class-slot-value): Rename from
3227 eieio-validate-class-slot-value. Change `class' to be a class object.
3228 Update all callers.
3229 (eieio-oset-default): Accept class object as well.
3231 eieio-generic-call-primary-only. Update all callers.
3235 (eieio-persistent-slot-type-is-class-p): Handle `list-of' types, as
3237 <class>-child and <class>-list, if not eieio-backward-compatibility.
3241 * emacs-lisp/eieio.el (eieio-class-parents): Accept class objects.
3242 (eieio--class-slot-initarg): Rename from class-slot-initarg.
3243 Change `class' arg to be a class object. Update all callers.
3245 (eieio-default-superclass): Set var to the class object.
3247 Change print behavior to affect class objects rather than
3248 class symbols.
3250 * emacs-lisp/eieio-core.el (eieio-class-object): New function.
3251 (eieio-class-parents-fast): Remove macro.
3252 (eieio--class-option-assoc): Rename from class-option-assoc.
3253 Update all callers.
3254 (eieio--class-option): Rename from class-option. Change `class' arg to
3255 be a class object. Update all callers.
3256 (eieio--class-method-invocation-order): Rename from
3257 class-method-invocation-order. Change `class' arg to be a class
3258 object. Update all callers.
3260 a list of class objects rather than names.
3262 for accessors to class allocated slots.
3264 eieio-perform-slot-validation-for-default. Update all callers.
3266 Update all callers. Use push.
3269 (eieio-oref): Remove support for providing a class rather than
3271 (eieio-oref-default): Prefer class objects over class names.
3272 (eieio--slot-originating-class-p): Rename from
3273 eieio-slot-originating-class-p. Update all callers. Use `or'.
3275 (eieio--class-slot-name-index): Rename from
3276 eieio-class-slot-name-index. Change `class' arg to be a class object.
3277 Update all callers.
3280 Update all callers.
3282 Update all callers.
3283 (eieio--class-precedence-c3): Rename from eieio-class-precedence-c3.
3284 Update all callers.
3285 (eieio--class-precedence-dfs): Rename from eieio-class-precedence-dfs.
3286 Update all callers.
3287 (eieio--class-precedence-bfs): Rename from eieio-class-precedence-bfs.
3288 Update all callers. Adjust to new `parent' content.
3289 (eieio--class-precedence-list): Rename from -class-precedence-list.
3290 Update all callers.
3295 (eieiomt-add): Index the hashtable with class objects rather than
3296 class names.
3297 (eieio-generic-form): Accept class objects as well.
3302 Change `class' arg to be a class object. Update all callers.
3306 * emacs-lisp/eieio.el (child-of-class-p): Make it accept class objects
3307 additionally to class names.
3309 * emacs-lisp/eieio-core.el (eieio--with-scoped-class): Use let-binding.
3310 (object): Remove first (constant) slot; rename second to `class-tag'.
3311 (eieio--object-class-object, eieio--object-class-name): New funs
3312 to replace eieio--object-class.
3313 (eieio--class-object, eieio--class-p): New functions.
3314 (same-class-fast-p): Make it a defsubst, change its implementation
3315 to check the class objects rather than their names.
3319 (eieio--scoped-class): Declare it returns a class object (not a class
3321 eieio--with-scoped-class).
3323 its class arg to be a class object. Adjust callers accordingly.
3324 (eieio-slot-originating-class-p): Make its start-class arg a class
3325 object. Adjust all callers.
3327 Make its `class' arg a class object. Adjust all callers.
3368 * emacs-lisp/eieio-core.el (eieio--class-v): Rename from class-v.
3377 * emacs-lisp/eieio.el (child-of-class-p): Fix case where `class' is
3385 * emacs-lisp/eieio-opt.el (eieio-build-class-list): Use cl-mapcan.
3386 (eieio-build-class-alist): Use dolist.
3387 (eieio-all-generic-functions): Adjust to use of hashtables.
3389 * emacs-lisp/eieio-core.el (class): Rename field symbol-obarray to
3397 (eieio-class-un-autoload): Use autoload-do-load.
3405 (eieio-slot-originating-class-p, eieio-slot-name-index)
3409 additional class argument.
3412 * emacs-lisp/eieio-base.el (eieio-persistent-slot-type-is-class-p):
3554 (menu-bar-goto-menu): Use it to show or hide the `set-tags-name'
3613 (find-tag-other-frame, find-tag-regexp, tags-loop-continue)
3614 (tags-apropos): Declare obsolete.
3616 * menu-bar.el (menu-bar-goto-menu): Replace all but one etags item
3824 * progmodes/xref.el (xref-elisp-location): New class.
3893 (tags-lazy-completion-table): Autoload.
3894 (tags-reset-tags-tables): Use `xref-clear-marker-stack'.
3932 a character class" (bug#19397).
4141 * cus-start.el (all): Add fast-but-imprecise-scrolling.
4298 Use `file-name-all-completions' instead of `directory-files' for
4335 auto-comments on all known keywords (not just a subset thereof).
4363 (vhdl-compiler-alist): Anchor all error regexps.
4367 Remove optional argument of vhdl-aget and update all callers.
4542 (class-p, generic-p, eieio-object-p, class-abstract-p):
4664 * vc/vc.el: In all backends: API simplification; could-register
4668 * vc/vc.el: In all backends: API cleanup; the backend diff method
4799 This eliminated all backends except CVS. Eliminates bug#7850.
4822 (vc-src-master-templates): Fix :version tags.
4838 Use __builtin__ module (or builtins in Python 3) and catch all errors
5022 * dom.el (dom-by-tag): Use `equal' for comparisons so that tags
5195 This is preparatory to isolating all the 'master' functions
5405 variables in all variants of TeX mode since `tildify-string-alist'
5670 * net/eww.el (eww-data): New plist to store all the data relevant
5727 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix typo.
5848 * emacs-lisp/macroexp.el (macroexp--expand-all): Optimize away trivial
6096 (macroexp--expand-all): Unrelated tweaks.
6107 Add "enum class" support to C++ mode.
6118 * progmodes/cc-defs.el (c--macroexpand-all): New function (bug#18845).
6137 all args are copyable (bug#18767).
6302 (epg-signature-class, epg-signature-version): Define vi cl-defstruct.
6307 (epg-signature-set-digest-algorithm, epg-signature-set-class)
6312 (epg-new-signature-digest-algorithm, epg-new-signature-class)
6331 (epg-key-signature-user-id, epg-key-signature-class)
6494 * Merge in all changes up to version 24.4 release.
6503 * Merge in all changes up to 24.4 release.
6570 (eieio--with-scoped-class): Use `declare'.
6572 (no-method-definition, no-next-method, inconsistent-class-hierarchy)
6718 * cus-start.el (all): Add missing ns and boolean to
6732 * cus-start.el (all): Add ns-use-fullscreen-animation.
6774 (display-visual-class, display-monitor-attributes-list)
6827 (verilog-sk-ovm-class, verilog-sk-uvm-object)
6828 (verilog-sk-uvm-component): Fix missing string keyword in class
6833 * term/w32-win.el: Move all code from 32-common-fns.el here.
6938 (all-hebrew-calendar-holidays, all-christian-calendar-holidays)
6939 (all-islamic-calendar-holidays, all-bahai-calendar-holidays)
6985 Replace all uses with calendar-date-style.
7216 * files.el (dir-locals-set-class-variables):
7353 * progmodes/elisp-mode.el: New file. Rename all "eldoc-*" to "elisp--*".
8071 texinfo-all-menus-update when they are invoked on texinfo.texi.
8245 * calendar/icalendar.el (icalendar-export-sexp-enumerate-all)
8250 `icalendar-export-sexp-enumerate-all'. Return (a list of) cons cells.
8511 Grab all Python process output before inferior-python-mode hooks.
8513 Call accept-process-output and sit-for to ensure all output for process
8526 (python-shell-send-setup-code): Send all setup code in one string,
8763 * progmodes/cc-langs.el: Change comments from `cl-macroexpand-all'
8764 to `macroexpand-all'
8767 Use `macroexpand-all' instead of `cl-macroexpand-all'.
8968 (hif-clear-all-ifdef-defined): New defun.
9060 * progmodes/idlwave.el (idlwave): Update url-link for custom group.
9061 (idlwave-mode): Doc URL update.
9183 * international/characters.el: Add category "^" to all
9292 * progmodes/idlw-shell.el (idlwave-shell-make-temp-file):
9420 script tags.
9653 extended for all uses of it. All callers changed.
9680 (tramp-call-process): Add new argument VEC. Adapt callees in all
9697 (tramp-gvfs-handle-file-name-all-completions):
9762 (ses-repair-cell-reference-all): Test presence of `sym' rather than
9780 And cl-macroexpand-all by macroexpand-all.
9781 (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
9833 * hippie-exp.el (he--all-buffers): New function.
9834 (try-expand-line-all-buffers, try-expand-list-all-buffers)
9835 (try-expand-dabbrev-all-buffers): Use it.
9839 * hippie-exp.el (try-expand-line-all-buffers)
9840 (try-expand-list-all-buffers, try-expand-dabbrev-all-buffers):
9884 * progmodes/python.el (class skeleton): Don't erase last char of class
10030 of the environment. This is done by trying all the opening
10042 an alias to the former. Also include comments and insides of tags
10055 Improve defcustom's types by adding more tags explaining what each
10063 by concatenating regexes of all the environments configured in
10282 * progmodes/idlw-help.el (idlwave-help-fontify): Use font-lock-ensure
10309 * progmodes/hideshow.el (hs-hide-all): Call syntax-propertize
10364 After processing all Todo files, kill the buffers of those files that
10476 * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
10731 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
10845 adjust all callers. Change signature to combine diary and
10902 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
11055 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
11107 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
11121 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
11157 `macroexpand-all'.
11186 last two parameters after all.
11640 * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
11721 (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
11723 (vhdl-error-regexp-add-emacs): Remove all other compilers,
12249 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
12433 options from REUSE-FRAMES. Change all keyword values to symbols.
12779 `tramp-adb-command-exit-status'. Change all callees.
12786 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
12872 apropos-do-all and apropos-compact-layout are both t.
12876 * apropos.el (apropos-property, apropos-all-words-regexp)
12992 is true, not all the time.
13092 and its root window is not alive, delete all the frame's windows before
13151 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
13300 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
13623 lower than the ternary and all binary operators.
13738 * progmodes/idlwave.el (idlwave-config-directory):
13811 (package-all-keywords, package--has-keyword-p): Remove dead code.
13877 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
13992 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
14002 (follow-all-followers): Use get-buffer-window-list.
14019 (describe-package-1, package-all-keywords)
14240 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
14241 `eieio-describe-class'. Not meant for interactive use anymore,
14246 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
14247 (eieio-method-def, eieio-class-def): Move further up.
14255 (eieio-help-find-class-definition): Also accept symbols as
14258 (eieio-describe-class-sb): Use `describe-function'.
14338 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
14343 (global-hl-line-overlays): New variable to store all overlays.
14348 (global-hl-line-unhighlight-all): New function to delete all
14388 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
14549 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
14550 (idlwave-pad-keyword):
14575 * electric.el: Move all electric-pair-* to elec-pair.el.
14790 * cus-start.el (all): Add ns-use-srgb-colorspace.
14799 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
15243 :close-all, to see which indentation method to use (Bug#16116).
15244 (smie-rules-function): Document the method :close-all.
15299 Remove NOMSG arg and all uses changed.
15330 (package-all-keywords): Use it.
15774 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
15792 (Bug#11906). Update all references.
15844 `log-edit-remember-comment', make argument optional. Adjust all
15981 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
16093 * time.el (display-time-update): Update all mode lines (bug#15999).
16736 (ruby-smie-rules): Add all infix tokens. Handle the case of
16858 environment and decoding all of the default-directory's to here
16956 Remove all *loaddefs files, not just the first. Remove esh-groups.
17277 result. Ask user to retry using '-all' flag. (Bug#15701)
17398 (display-visual-class, display-monitor-attributes-list):
17429 Add (almost) all infix operators.
17559 Reads all user-defined typed variables.
17572 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
17809 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
18372 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
18398 * minibuffer.el (completion-all-sorted-completions): Make args
18482 * emacs-lisp/eieio.el (class-parent): Undo previous change.
18499 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
18937 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
19066 Correctly fontify Java class constructors.
19083 (completion--some, completion-pcm--find-all-completions):
19087 (completion-all-sorted-completions): Use defvar-local.
19088 (completion--do-completion, completion--cache-all-sorted-completions)
19089 (completion-all-sorted-completions, minibuffer-force-complete):
19111 Adjust calls to completion-all-sorted-completions and
19112 completion--cache-all-sorted-completions.
19545 rigorously the search for "class" etc. followed by ":".
19903 (ff-all-dirs-under): Use ignore-errors.
20074 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
20248 all zero-width columns to 10 characters. This may not be optimal,
20335 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
20416 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
20482 Accept :all, not 'all.
20723 * minibuffer.el (completion--twq-all): Try and preserve each
20857 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
20972 * printing.el: Replace all uses of deleted ps-windows-system,
21104 Rename from desktop--saved-states; all users changed.
21176 `file-notify-support'. Do not autoload. Adapt all uses.
21949 * net/eww.el (eww-back-url): Implement the history by stashing all
22039 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
22559 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
22825 (package-load-all-descriptors): Just call package-load-descriptor.
22837 package-maybe-load-descriptor since they're all loaded anyway.
23201 * simple.el: Move all the prog-mode code to prog-mode.el.
23394 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
23402 (eieio--check-type, class-v, class-p)
23403 (eieio-class-name, define-obsolete-function-alias)
23404 (eieio-class-parents-fast, eieio-class-children-fast)
23405 (same-class-fast-p, class-constructor, generic-p)
23407 (class-option-assoc, class-option, eieio-object-p)
23408 (class-abstract-p, class-method-invocation-order)
23410 (eieio-class-un-autoload, eieio-defclass)
23422 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
23424 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
23425 (eieio-slot-name-index, eieio-class-slot-name-index)
23428 (eieio-c3-merge-lists, eieio-class-precedence-c3)
23429 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
23430 (eieio-class-precedence-list, eieio-generic-call-methodname)
23441 `scoped-class' variable, use new eieio--scoped-class, and
23442 eieio--with-scoped-class.
23443 (initialize-instance): Rename local variable 'scoped-class' to
23444 'this-class' to remove ambiguitity from old global.
23448 (eieio--scoped-class-stack): New variable.
23449 (eieio--scoped-class): New fcn.
23450 (eieio--with-scoped-class): New scoping macro.
23455 `scoped-class' variable, use new eieio--scoped-class, and
23456 eieio--with-scoped-class.
23654 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
23655 Handle idlwave-last-system-routine-info-cons-cell being nil.
23657 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
23658 (idlwave-write-paths): Simplify via with-temp-buffer.
23714 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
24085 * progmodes/idlw-help.el (idlwave-help-fontify):
24099 Update all callers.
24103 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
24511 (gdb-remove-all-pending-triggers): New functions.
24658 No longer a function and all uses changed. Use cache to speed up
24705 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
24706 (idlwave-help-browser-generic-args):
24764 Change all regexps to use things like \_< and \_>.
25576 * minibuffer.el (completion--twq-all):
25597 jump between methods in a class definition, as well as top-level
25791 Really set `ispell-args' for all equivs.
26027 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
26277 * progmodes/idlwave.el (idlwave-config-directory):