mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; Fix typos in some function names
* lisp/cedet/semantic/decorate/include.el (semantic-decoration-unparsed-include-reference-reset): Rename from 'semantic-decoration-unparsed-include-refrence-reset'. * lisp/emacs-lisp/rx.el (rx--normalize-or-arg): Rename from 'rx--normalise-or-arg'. * lisp/frame.el (frame--current-background-mode): Rename from 'frame--current-backround-mode'. * lisp/url/url-future.el (url-future-canceled-p): Rename from 'url-future-cancelled-p'. Update all uses. Make old names into obsolete function aliases.
This commit is contained in:
parent
8739cba1ee
commit
b4941419c5
5 changed files with 23 additions and 14 deletions
|
|
@ -52,7 +52,7 @@
|
|||
(should (equal (url-future-cancel tocancel) tocancel))
|
||||
(should-error (url-future-call tocancel))
|
||||
(should (null url-future-tests--saver))
|
||||
(should (url-future-cancelled-p tocancel))))
|
||||
(should (url-future-canceled-p tocancel))))
|
||||
|
||||
(provide 'url-future-tests)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue