1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Merge from origin/emacs-26

7efcdf7 (origin/emacs-26) Clarify completion text in the ELisp manual
30b0b0e Fix handling of abbreviated control command in gdb-mi.el
5cf282d Clarify documentation of functions reading character events
96281c5 Record :version for built-in variables while dumping
82160cf * src/process.c (connect_network_socket): Fix memory leak.  (...
6c616e4 * Makefile.in (appdatadir): Use the non-obsolete location "me...
9618e16 Better fix for bug#32550
30d94e4 Fix Bug#32550
57bcdc7 Don't call XGetGeometry for frames without outer X window (Bu...
82fc6b6 * lisp/calculator.el: Fix doc typo.
ddc7c64 Standardize calc bug reporting instructions

Conflicts:
	lisp/cus-start.el
This commit is contained in:
Glenn Morris 2018-09-10 13:12:38 -07:00
commit 0407733ef3
16 changed files with 126 additions and 108 deletions

View file

@ -486,8 +486,8 @@ to be identified as that note."
"Face used to show the selected portion of a formula."
:group 'calc)
(defvar calc-bug-address "emacs-devel@gnu.org"
"Address of the maintainer of Calc, for use by `report-calc-bug'.")
(define-obsolete-variable-alias 'calc-bug-address 'report-emacs-bug-address
"26.2")
(defvar calc-scan-for-dels t
"If t, scan keymaps to find all DEL-like keys.