]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove some XEmacs compat code from pascal.el
authorStefan Kangas <stefan@marxist.se>
Fri, 13 May 2022 10:43:15 +0000 (12:43 +0200)
committerStefan Kangas <stefan@marxist.se>
Fri, 13 May 2022 12:35:00 +0000 (14:35 +0200)
* lisp/progmodes/pascal.el (pascal-outline-map): Remove XEmacs compat
code.

lisp/progmodes/pascal.el

index 8dc03b72b1e18ad14f02d8107fc56a61867caead..351ea6e3a992a62bda03432b4cb3ab56a9eaead1 100644 (file)
@@ -47,8 +47,8 @@
 ;;                                  "reset" "rewrite" "write" "writeln")
 ;;       pascal-separator-keywords '("downto" "else" "mod" "div" "then"))
 
-;; KNOWN BUGS / BUGREPORTS
-;; =======================
+;; KNOWN BUGS / BUG REPORTS
+;; ========================
 ;; As far as I know, there are no bugs in the current version of this
 ;; package.  This may not be true however, since I never use this mode
 ;; myself and therefore would never notice them anyway.   If you do
@@ -1382,8 +1382,6 @@ The default is a name found in the buffer around point."
 ;;;
 (defvar pascal-outline-map
   (let ((map (make-sparse-keymap)))
-    (if (fboundp 'set-keymap-name)
-        (set-keymap-name map 'pascal-outline-map))
     (define-key map "\M-\C-a"  'pascal-outline-prev-defun)
     (define-key map "\M-\C-e"  'pascal-outline-next-defun)
     (define-key map "\C-c\C-d" 'pascal-outline-goto-defun)