mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; Merge from emacs-26
9533d76b0bKeep Man sections in natural order (bug#28998)d63c9a96f5* lisp/minibuffer.el: Install a workaround for bug#162747657a86709Fix comparisons with tip_frame in GTK builds603a0716a8Improve the documentation of M-n for entering file names72f813fb56Fix desktop auto-save timer when linum-mode is used44340b475fFix "C-h k" in xterm-mouse-mode05aa6d4a68Fix off-by-1 bug in --enable-checking=stringbytes096f638ddcCorrect the indentation of C99's compound literals.c52a2aa8f3Improve the doc string of 'dired-isearch-filter-filenames'e592b92482* lisp/isearch.el (search-invisible): Doc fix. (Bug#29222)f3e69a80abFix display of line numbers in GTK buildse6f1fd4091Fix previous change to flymake-diag-region (bug#29174)89382780e1flymake-diag-region really returns nil if region is invali...535688a418Flymake correctly highlights whole last line if eob (bug#2...72e62d3fdbProtect Flymake checkdoc backend against checkdoc errors (...b28de57411Sort entries of the Flymake diagnostics buffer (bug#29175)fc56bea142Correctly indent C++14 brace lists which are a second argu...9dde8be9cdFix redisplay of overlay-arrows on GUI frames0da08f2f8eProtect Flymake tests against older Ruby and Perl (bug#29187)781f276cc1Fix URL cookie expiration bug
This commit is contained in:
commit
1fa0766cfa
20 changed files with 237 additions and 100 deletions
|
|
@ -210,7 +210,7 @@ i.e. 1970-1-1) are loaded as expiring one year from now instead."
|
|||
(let ((exp (url-cookie-expires cookie)))
|
||||
(and (> (length exp) 0)
|
||||
(condition-case ()
|
||||
(time-less-p nil (date-to-time exp))
|
||||
(time-less-p (date-to-time exp) nil)
|
||||
(error nil)))))
|
||||
|
||||
(defun url-cookie-retrieve (host &optional localpart secure)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue