]> git.eshelyaron.com Git - emacs.git/commit
Don't pass the value of point to 'push-mark', as that's the default.
authorBartosz Duszel <bartosz.duszel@gmail.com>
Fri, 28 Apr 2017 08:25:26 +0000 (11:25 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 28 Apr 2017 08:25:26 +0000 (11:25 +0300)
commit6a151cf8d5202ddde5d190dad542dadc26b66b93
treeb5d97ffd1d8bced84ba407819db18e994a08893a
parentcee4128135d0d9fd6032a0134b649d5fc81370c0
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)
19 files changed:
lisp/allout.el
lisp/cedet/semantic/senator.el
lisp/emulation/viper-cmd.el
lisp/hexl.el
lisp/mail/sendmail.el
lisp/menu-bar.el
lisp/mouse.el
lisp/obsolete/vi.el
lisp/obsolete/vip.el
lisp/progmodes/cc-cmds.el
lisp/progmodes/icon.el
lisp/progmodes/meta-mode.el
lisp/progmodes/pascal.el
lisp/progmodes/perl-mode.el
lisp/progmodes/verilog-mode.el
lisp/progmodes/xscheme.el
lisp/ses.el
lisp/simple.el
lisp/textmodes/bib-mode.el