mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
Remove some Emacs 19 compat code and references
* lisp/progmodes/sql.el: * lisp/mh-e/mh-show.el (mh-display-msg): Remove Emacs 19 compat code. * lisp/emacs-lisp/edebug.el (edebug-mark-marker): Make into obsolete alias for mark-marker. (edebug--display-1, edebug-bounce-point) (edebug-outside-excursion): Adjust callers. * lisp/net/snmp-mode.el: * lisp/forms.el: Remove references to Emacs 19. (forms-use-text-properties): Doc fix.
This commit is contained in:
parent
8164f3e1ab
commit
158d2a1f50
5 changed files with 14 additions and 23 deletions
|
|
@ -219,8 +219,7 @@ Sets the current buffer to the show buffer."
|
|||
(erase-buffer)
|
||||
;; Changing contents, so this hook needs to be reinitialized.
|
||||
;; pgp.el uses this.
|
||||
(if (boundp 'write-contents-hooks) ;Emacs 19
|
||||
(kill-local-variable 'write-contents-hooks))
|
||||
(kill-local-variable 'write-contents-hooks)
|
||||
(font-lock-mode -1)
|
||||
(mh-show-mode)
|
||||
(if formfile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue