1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 10:11:05 -08:00
emacs/lisp/cedet/semantic
Bartosz Duszel 6a151cf8d5 Don't pass the value of point to 'push-mark', as that's the default.
* lisp/textmodes/bib-mode.el (mark-bib):
* lisp/simple.el (mark-whole-buffer, yank):
* lisp/ses.el (ses--advice-yank, ses-mark-row, ses-mark-column):
* lisp/progmodes/xscheme.el (xscheme-yank):
* lisp/progmodes/verilog-mode.el (verilog-mark-defun):
* lisp/progmodes/perl-mode.el (perl-mark-function):
* lisp/progmodes/pascal.el (pascal-mark-defun):
* lisp/progmodes/meta-mode.el (meta-mark-defun):
* lisp/progmodes/icon.el (mark-icon-function):
* lisp/progmodes/cc-cmds.el (c-mark-function):
* lisp/obsolete/vip.el (ex-goto):
* lisp/obsolete/vi.el (vi-put-before):
* lisp/mouse.el (mouse-yank-primary):
* lisp/menu-bar.el (menu-bar-select-yank):
* lisp/mail/sendmail.el (mail-yank-original):
* lisp/hexl.el (hexl-beginning-of-buffer, hexl-end-of-buffer):
* lisp/emulation/viper-cmd.el (viper-mark-beginning-of-buffer)
(viper-mark-end-of-buffer):
* lisp/cedet/semantic/senator.el (senator-mark-defun):
* lisp/allout.el (allout-mark-topic): Remove unnecessary argument
`(point)' from calls to `push-mark'.  (Bug#25565)
2017-04-28 11:25:26 +03:00
..
analyze
bovine Add obarray-size and fix tests accordingly. Use obarrayp in cedet. 2017-03-16 12:31:07 -04:00
decorate
symref
wisent * lisp/cedet/semantic/wisent/wisent.el (wisent-automaton-p): Use obarrayp. 2017-03-30 10:44:35 -04:00
analyze.el
bovine.el
chart.el
complete.el
ctxt.el
db-debug.el
db-ebrowse.el
db-el.el
db-file.el
db-find.el
db-global.el
db-javascript.el
db-mode.el
db-ref.el
db-typecache.el
db.el
debug.el
decorate.el
dep.el
doc.el
ede-grammar.el
edit.el
find.el
format.el
fw.el Create generated lisp files before main loaddefs.el 2017-04-13 20:12:02 -04:00
grammar-wy.el
grammar.el
html.el
ia-sb.el
ia.el
idle.el
imenu.el
java.el
lex-spp.el Add obarray-size and fix tests accordingly. Use obarrayp in cedet. 2017-03-16 12:31:07 -04:00
lex.el (semantic-lex-type-invalid): Fix nested backquote. 2017-03-16 09:44:56 -04:00
mru-bookmark.el
sb.el
scope.el
senator.el Don't pass the value of point to 'push-mark', as that's the default. 2017-04-28 11:25:26 +03:00
sort.el
symref.el
tag-file.el
tag-ls.el
tag-write.el
tag.el
texi.el
util-modes.el
util.el Further robustify cedet bootstrap to loaddefs not yet built 2017-04-24 19:51:20 -04:00
wisent.el