1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-08 08:43:52 -08:00
emacs/lisp/vc
Stefan Monnier 71873e2b33 Add new error and function `user-error'.
* lisp/subr.el (user-error): New function.
* lisp/window.el (switch-to-buffer):
* lisp/vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
(smerge-match-conflict):
* lisp/simple.el (previous-matching-history-element)
(next-matching-history-element, goto-history-element, undo-more)
(undo-start):
* lisp/progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
(find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
(next-file, tags-loop-scan, list-tags, complete-tag):
* lisp/progmodes/compile.el (compilation-loop):
* lisp/mouse.el (mouse-minibuffer-check):
* lisp/man.el (Man-bgproc-sentinel, Man-goto-page):
* lisp/info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
(Info-history-forward, Info-follow-reference, Info-menu)
(Info-extract-menu-item, Info-extract-menu-counting)
(Info-forward-node, Info-backward-node, Info-next-menu-item)
(Info-last-menu-item, Info-next-preorder, Info-last-preorder)
(Info-next-reference, Info-prev-reference, Info-index)
(Info-index-next, Info-follow-nearest-node)
(Info-copy-current-node-name):
* lisp/imenu.el (imenu--make-index-alist)
(imenu-default-create-index-function, imenu-add-to-menubar):
* lisp/files.el (basic-save-buffer, recover-file):
* lisp/emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
* lisp/emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
(checkdoc-message-text, checkdoc-defun):
* lisp/dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
* lisp/cus-edit.el (customize-changed-options, customize-rogue)
(customize-saved, custom-variable-set, custom-variable-mark-to-save)
(custom-variable-mark-to-reset-standard)
(custom-variable-reset-backup, custom-face-mark-to-reset-standard)
(custom-file):
* lisp/completion.el (check-completion-length):
* lisp/comint.el (comint-search-arg)
(comint-previous-matching-input-string-position)
(comint-previous-matching-input)
(comint-replace-by-expanded-history-before-point, comint-send-input)
(comint-copy-old-input, comint-backward-matching-input)
(comint-goto-process-mark, comint-set-process-mark):
* lisp/calendar/calendar.el (calendar-cursor-to-date): Use it.
* lisp/bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
* src/data.c (PUT_ERROR): New macro.
(syms_of_data): Use it.  Add new error type `user-error'.
* src/undo.c (user_error): New function.
(Fprimitive_undo): Use it.
* src/print.c (print_error_message): Adjust print style for `user-error'.
* src/keyboard.c (user_error): New function.
(Fexit_recursive_edit, Fabort_recursive_edit): Use it.
2012-05-04 19:16:47 -04:00
..
add-log.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
compare-w.el
cvs-status.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
diff-mode.el Fixes for diff-hunk-kill. 2012-04-26 16:00:47 +08:00
diff.el * lisp/vc/diff.el (diff-sentinel): Go to bob. 2012-04-27 22:16:02 +08:00
ediff-diff.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
ediff-help.el
ediff-hook.el
ediff-init.el Adapt ediff window handling to multi-tty. 2012-04-26 11:04:36 +08:00
ediff-merg.el
ediff-mult.el
ediff-ptch.el
ediff-util.el Standardize possessive apostrophe usage in manuals, docs, and comments 2012-02-28 00:17:21 -08:00
ediff-vers.el
ediff-wind.el Adapt ediff window handling to multi-tty. 2012-04-26 11:04:36 +08:00
ediff.el Tweaks to Customize interface. Set custom-reset-button-menu to t. 2012-04-22 21:58:00 +08:00
emerge.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
log-edit.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
log-view.el * log-view.el (vc-diff-internal): Remove unneeded (and incorrect) declaration. 2012-02-11 15:02:29 -08:00
pcvs-defs.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
pcvs-info.el
pcvs-parse.el
pcvs-util.el Replace independent implementations of string-prefix-p 2012-04-16 19:57:09 -04:00
pcvs.el Replace independent implementations of string-prefix-p 2012-04-16 19:57:09 -04:00
smerge-mode.el Add new error and function `user-error'. 2012-05-04 19:16:47 -04:00
vc-annotate.el * lisp/vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal): 2012-04-10 16:08:43 -04:00
vc-arch.el * lisp/vc/vc-mtn.el: 2012-04-25 23:18:47 -04:00
vc-bzr.el * lisp/vc/vc-mtn.el: 2012-04-25 23:18:47 -04:00
vc-cvs.el * lisp/vc/vc-mtn.el: 2012-04-25 23:18:47 -04:00
vc-dav.el Header fix 2012-02-11 17:49:51 -08:00
vc-dir.el * lisp/vc/vc-mtn.el: 2012-04-25 23:18:47 -04:00
vc-dispatcher.el Replace independent implementations of string-prefix-p 2012-04-16 19:57:09 -04:00
vc-git.el Merge changes from emacs-24 branch 2012-04-27 11:10:38 +08:00
vc-hg.el * lisp/vc/vc-mtn.el: 2012-04-25 23:18:47 -04:00
vc-hooks.el Use ctl-x-map in place of C-x (bug#10566) 2012-01-25 21:32:56 -05:00
vc-mtn.el * lisp/vc/vc-mtn.el: 2012-04-25 23:18:47 -04:00
vc-rcs.el Add custom groups for VC backends, for consistency with vc-bzr. 2012-02-25 12:29:09 +08:00
vc-sccs.el Add custom groups for VC backends, for consistency with vc-bzr. 2012-02-25 12:29:09 +08:00
vc-svn.el Add custom groups for VC backends, for consistency with vc-bzr. 2012-02-25 12:29:09 +08:00
vc.el * lisp/vc/vc-mtn.el: 2012-04-25 23:18:47 -04:00