1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00
emacs/lisp/emulation
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
..
cua-base.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
cua-gmrk.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
cua-rect.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
edt-lk201.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
edt-mapper.el edt-mapper: just loading a library should not run code 2017-01-30 17:22:32 -05:00
edt-pc.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
edt-vt100.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
edt.el edt-mapper: just loading a library should not run code 2017-01-30 17:22:32 -05:00
keypad.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
viper-cmd.el Don't pass the value of point to 'push-mark', as that's the default. 2017-04-28 11:25:26 +03:00
viper-ex.el Remove references to OS/2 in code, doc, and comments 2017-04-08 13:16:08 -07:00
viper-init.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
viper-keym.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
viper-macs.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
viper-mous.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
viper-util.el Remove references to OS/2 in code, doc, and comments 2017-04-08 13:16:08 -07:00
viper.el Replace some uses of cl-member-if with apply 2017-04-08 11:36:56 -04:00